Comment 11 for bug 9520

Revision history for this message
Matt Zimmerman (mdz) wrote :

To all of you interested in this effort, there is a installer environment available:

ftp://netz.smurf.noris.de/vmlinuz
ftp://netz.smurf.noris.de/initrd.gz

You can boot these with grub using, for example:

title Ubuntu, installer testing
root (hd0,0)
kernel /home/me/vmlinuz vga=normal ramdisk_size=65536 root=/dev/rd/0 rw --
initrd /home/me/initrd.gz
savedefault
boot

(appended to /boot/grub/menu.lst)