[Fai-commit] r5387 - in trunk: . conf debian

Thomas Lange lange at alioth.debian.org
Sat May 2 23:13:10 UTC 2009


Author: lange
Date: 2009-05-02 23:13:10 +0000 (Sat, 02 May 2009)
New Revision: 5387

Added:
   trunk/conf/menu.lst.boot-only
Modified:
   trunk/Makefile
   trunk/debian/changelog
   trunk/debian/fai-server.install
Log:
conf/menu.lst.boot-only: new config file for the boot only CD

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-05-02 23:06:40 UTC (rev 5386)
+++ trunk/Makefile	2009-05-02 23:13:10 UTC (rev 5387)
@@ -41,6 +41,7 @@
 	install -m644 conf/sources.list $(DESTDIR)/etc/fai/apt/
 	install -m644 conf/NFSROOT $(DESTDIR)/etc/fai
 	install -m644 conf/fai_modules_off $(DESTDIR)/etc/modutils
+	install -m644 conf/menu.lst.boot-only $(DESTDIR)/usr/share/fai/menu.lst
 	install -m755 lib/fai-abort $(DESTDIR)/etc/init.d
 	install -p -m644 pixmaps/*.gif $(DESTDIR)/usr/share/fai/pixmaps
 	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai

Added: trunk/conf/menu.lst.boot-only
===================================================================
--- trunk/conf/menu.lst.boot-only	                        (rev 0)
+++ trunk/conf/menu.lst.boot-only	2009-05-02 23:13:10 UTC (rev 5387)
@@ -0,0 +1,33 @@
+# 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) Thomas Lange, lange at debian.org  |
+root (cd)
+title | boot-only CD  _VERSIONSTRING_ |
+root (cd)
+title +------------------------------------------------------+
+root (cd)
+title |
+root (cd)
+title |
+
+title boot from local disk
+rootnoverify (hd0)
+chainloader +1
+
+title Fully Automatic Installation
+kernel /boot/vmlinuz ip=dhcp root=/dev/nfs boot=live FAI_FLAGS="verbose,sshd,createvt" FAI_ACTION=install
+initrd /boot/initrd.img
+
+title FAI rescue system, no installation
+kernel /boot/vmlinuz ip=dhcp root=/dev/nfs boot=live FAI_FLAGS="verbose,sshd,createvt" FAI_ACTION=sysinfo
+initrd /boot/initrd.img

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-02 23:06:40 UTC (rev 5386)
+++ trunk/debian/changelog	2009-05-02 23:13:10 UTC (rev 5387)
@@ -3,8 +3,9 @@
   * menu.lst: remove year
   * fai-cd: add option -B, that creates a boot-only CD (without containing
     the nfsroot, the partitial mirror and the config space)
+  * conf/menu.lst.boot-only: new config file for the boot only CD
 
- -- Thomas Lange <lange at debian.org>  Sun,  3 May 2009 00:54:47 +0200
+ -- Thomas Lange <lange at debian.org>  Sun, 03 May 2009 01:12:40 +0200
 
 fai (3.2.19) unstable; urgency=low
 

Modified: trunk/debian/fai-server.install
===================================================================
--- trunk/debian/fai-server.install	2009-05-02 23:06:40 UTC (rev 5386)
+++ trunk/debian/fai-server.install	2009-05-02 23:13:10 UTC (rev 5387)
@@ -7,6 +7,7 @@
 usr/sbin/make-fai-nfsroot
 usr/bin/fai-mirror
 usr/share/fai/pixmaps/*
+usr/share/fai/menu.lst
 etc/fai/menu.lst
 etc/fai/NFSROOT
 etc/fai/apt/sources.list




More information about the Fai-commit mailing list