| 1 |
# grub menu.lst for fai-cd
|
| 2 |
|
| 3 |
# Boot automatically after some secs.
|
| 4 |
timeout 30
|
| 5 |
|
| 6 |
color light-gray/black light-gray/red
|
| 7 |
default 6
|
| 8 |
|
| 9 |
title |
|
| 10 |
root (cd)
|
| 11 |
title +------------------------------------------------------+
|
| 12 |
root (cd)
|
| 13 |
title | FAI-CD (c) Thomas Lange, lange@debian.org |
|
| 14 |
root (cd)
|
| 15 |
title | _VERSIONSTRING_ |
|
| 16 |
root (cd)
|
| 17 |
title +------------------------------------------------------+
|
| 18 |
root (cd)
|
| 19 |
title |
|
| 20 |
root (cd)
|
| 21 |
title |
|
| 22 |
|
| 23 |
title boot from local disk
|
| 24 |
rootnoverify (hd0)
|
| 25 |
chainloader +1
|
| 26 |
|
| 27 |
title Fully Automatic Installation - demohost (pw: installme)
|
| 28 |
password installme
|
| 29 |
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.33.1:::::eth0:off hostname=demohost
|
| 30 |
initrd /boot/initrd.img
|
| 31 |
|
| 32 |
title Fully Automatic Installation with GNOME (pw: installme)
|
| 33 |
password installme
|
| 34 |
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.33.1:::::eth0:off hostname=gnomehost
|
| 35 |
initrd /boot/initrd.img
|
| 36 |
|
| 37 |
title Fully Automatic Installation - faiserver (pw: installme)
|
| 38 |
password installme
|
| 39 |
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.33.250::192.168.33.254:255.255.255.0::xxx:off hostname=faiserver
|
| 40 |
initrd /boot/initrd.img
|
| 41 |
|
| 42 |
title FAI rescue system, no installation
|
| 43 |
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo ip=192.168.33.1:::::eth0:off hostname=demohost
|
| 44 |
initrd /boot/initrd.img
|