[Fai-commit] r3204 - in trunk/examples/simple/files/etc/fai: . menu.lst

fai-repository at svn.debian.org fai-repository at svn.debian.org
Fri Jan 6 10:25:02 UTC 2006


Author: lange
Date: 2006-01-06 10:25:02 +0000 (Fri, 06 Jan 2006)
New Revision: 3204

Added:
   trunk/examples/simple/files/etc/fai/menu.lst/
   trunk/examples/simple/files/etc/fai/menu.lst/FAISERVER
Log:
add menu.lst for FAISERVER


Added: trunk/examples/simple/files/etc/fai/menu.lst/FAISERVER
===================================================================
--- trunk/examples/simple/files/etc/fai/menu.lst/FAISERVER	2006-01-06 10:24:16 UTC (rev 3203)
+++ trunk/examples/simple/files/etc/fai/menu.lst/FAISERVER	2006-01-06 10:25:02 UTC (rev 3204)
@@ -0,0 +1,50 @@
+# grub menu.lst for fai-cd
+
+# Boot automatically after some secs.
+# timeout 15
+
+color light-gray/black light-gray/red
+default 6
+
+title |
+root (cd)
+title |
+title +------------------------------------------------------+
+root (cd)
+title |    FAI-CD (c) 2005, Thomas Lange, lange at debian.org   |
+root (cd)
+title | _VERSIONSTRING_ |
+root (cd)
+title +------------------------------------------------------+
+root (cd)
+title |
+root (cd)
+title |
+
+title Fully Automatic Installation - demohost (pw: installme)
+password installme
+#root (cd)
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.250::::faiserver::off rw
+initrd /boot/initrd.img
+
+title Fully Automatic Installation with GNOME (pw: installme)
+password installme
+root (cd)
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.1::::gnomehost::off rw
+initrd /boot/initrd.img
+
+title Fully Automatic Installation - faiserver (pw: installme)
+password installme
+#root (cd)
+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
+initrd /boot/initrd.img
+
+title FAI rescue system, no installation
+root (cd)
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,syslogd,createvt" FAI_ACTION=sysinfo ip=192.168.1.1::::demohost::off rw
+initrd /boot/initrd.img
+
+#title Boot vmlinuz from hda1
+#root (hd0,0)
+#kernel /vmlinuz root=/dev/hda1
+#initrd /initrd.img




More information about the Fai-commit mailing list