Changes between Version 2 and Version 3 of UpgradeNotes
- Timestamp:
- Aug 1, 2012 5:19:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradeNotes
v2 v3 20 20 }}} 21 21 22 Once I had a bootable image, I booted it, logged in, and changed {{{/etc/apt/sources.list}}} to point to scratch instead of the various ubuntu and cannonical sources. After the substitutions there were 2 duplicates that I commented out. 22 Once I had a bootable image, I booted it, logged in, and changed {{{/etc/apt/sources.list}}} to point to scratch instead of the various ubuntu and cannonical sources. After the substitutions there were 2 duplicates that I commented out. 23 24 It's important to make the configuration user something that won't need to be overwritten by experiments. I used {{{toor}}}, well after I remembereed this. 23 25 24 26 The defaulty {{{/etc/resolve.conf}}} doesn't resolve scratch, so I copied one from the host on which QEMU was running. … … 32 34 }}} 33 35 34 Shut down t ehVM and store the image on scratch36 Shut down the VM and store the image on scratch 35 37 36 38 {{{ … … 38 40 }}} 39 41 42 == QEMU software == 43 44 The default Ubuntu QEMU install does not support VDE, which is clearly a problem. 45 46 This is easy enough to fix using the instructions for [http://www.debian-administration.org/articles/20 rebuilding a debina package] 47 48 * apt-get the source for {{{qemu-kvm}}} and the supporting tools 49 * modify {{{debian/rules}}} to include {{{--enable-vde}}} in the configure call 50 * use debuild as above to make a new .deb