Initial configuration for FAI (work in progress)
[grml-live.git] / etc / grml / fai / config / files / etc / fai / menu.lst / FAISERVER
1 # grub menu.lst for fai-cd
2
3 # Boot automatically after some secs.
4 # timeout 15
5
6 color light-gray/black light-gray/red
7 default 6
8
9 title |
10 root (cd)
11 title |
12 title +------------------------------------------------------+
13 root (cd)
14 title |    FAI-CD (c) 2005, Thomas Lange, lange@debian.org   |
15 root (cd)
16 title | _VERSIONSTRING_ |
17 root (cd)
18 title +------------------------------------------------------+
19 root (cd)
20 title |
21 root (cd)
22 title |
23
24 title Fully Automatic Installation - demohost (pw: installme)
25 password installme
26 #root (cd)
27 kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.250::::faiserver::off rw
28 initrd /boot/initrd.img
29
30 title Fully Automatic Installation with GNOME (pw: installme)
31 password installme
32 root (cd)
33 kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.1::::gnomehost::off rw
34 initrd /boot/initrd.img
35
36 title Fully Automatic Installation - faiserver (pw: installme)
37 password installme
38 #root (cd)
39 kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.250::192.168.1.254:255.255.255.0:faiserver::off rw
40 initrd /boot/initrd.img
41
42 title FAI rescue system, no installation
43 root (cd)
44 kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,syslogd,createvt" FAI_ACTION=sysinfo ip=192.168.1.1::::demohost::off rw
45 initrd /boot/initrd.img
46
47 #title Boot vmlinuz from hda1
48 #root (hd0,0)
49 #kernel /vmlinuz root=/dev/hda1
50 #initrd /initrd.img