Changes between Version 2 and Version 3 of UpgradeNotes


Ignore:
Timestamp:
Aug 1, 2012 5:19:32 PM (12 years ago)
Author:
Ted Faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpgradeNotes

    v2 v3  
    2020}}}
    2121
    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. 
     22Once 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
     24It'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.
    2325
    2426The defaulty {{{/etc/resolve.conf}}} doesn't resolve scratch, so I copied one from the host on which QEMU was running.
     
    3234}}}
    3335
    34 Shut down teh VM and store the image on scratch
     36Shut down the VM and store the image on scratch
    3537
    3638{{{
     
    3840}}}
    3941
     42== QEMU software ==
     43
     44The default Ubuntu QEMU install does not support VDE, which is clearly a problem.
     45
     46This 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