X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fmenu.lst;fp=etc%2Fgrml%2Ffai%2Fmenu.lst;h=38eada8bf08158f73c5b4a48355cd4e776dc9ce3;hb=229a51dfda4d619c47fb4b0ff94d4d952f61e62a;hp=0000000000000000000000000000000000000000;hpb=1a06f3f65adef0fdd432aad11f479020630778a5;p=grml-live.git diff --git a/etc/grml/fai/menu.lst b/etc/grml/fai/menu.lst new file mode 100644 index 0000000..38eada8 --- /dev/null +++ b/etc/grml/fai/menu.lst @@ -0,0 +1,44 @@ +# grub menu.lst for fai-cd + +# Boot automatically after some secs. +timeout 30 + +color light-gray/black light-gray/red +default 6 + +title | +root (cd) +title +------------------------------------------------------+ +root (cd) +title | FAI-CD (c) 2006, Thomas Lange, lange@debian.org | +root (cd) +title | _VERSIONSTRING_ | +root (cd) +title +------------------------------------------------------+ +root (cd) +title | +root (cd) +title | + +title boot from local disk +rootnoverify (hd0) +chainloader +1 + +title Fully Automatic Installation - demohost (pw: installme) +password installme +kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1:::::eth0:off hostname=demohost +initrd /boot/initrd.img + +title Fully Automatic Installation with GNOME (pw: installme) +password installme +kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1:::::eth0:off hostname=gnomehost +initrd /boot/initrd.img + +title Fully Automatic Installation - faiserver (pw: installme) +password installme +kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.250::192.168.1.254:255.255.255.0::xxx:off hostname=faiserver +initrd /boot/initrd.img + +title FAI rescue system, no installation +kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo ip=192.168.1.1:::::eth0:off hostname=demohost +initrd /boot/initrd.img