source: trunk/packages/sipb-xen-guest-installer/sipb-xen-guest-installer/files/srv/guest-installer/etch/cdrom.patch @ 218

Last change on this file since 218 was 218, checked in by price, 17 years ago

Use temp directory, use DHCP, and live in sane paths.

The partial/ tree is gone now.
Files are in files/; the installer's persistent data
will go in subtrees like /srv/guest-installer/etch/.

Also, it magically takes only 15 minutes now.

File size: 538 bytes
RevLine 
[201]1diff -Nur cdrom.old/isolinux/isolinux.cfg cdrom/isolinux/isolinux.cfg
2--- cdrom.old/isolinux/isolinux.cfg 2007-08-20 16:16:20.000000000 -0400
3+++ cdrom/isolinux/isolinux.cfg 2007-10-16 01:04:37.000000000 -0400
4@@ -12,7 +12,11 @@
5 F9 f9.txt
6 F0 f10.txt
7
8-DEFAULT install
9+DEFAULT sipb-xen-install
10+
11+LABEL sipb-xen-install
12+       kernel /install.amd/vmlinuz
13+       append auto=true preseed/file=/cdrom/preseed.cfg priority=critical vga=normal fb=false initrd=/install.amd/initrd.gz --
14
15 LABEL install
16        kernel /install.amd/vmlinuz
Note: See TracBrowser for help on using the repository browser.