[Fai-commit] r3404 - in trunk: . debian lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Wed Apr 12 15:18:33 UTC 2006


Author: lange
Date: 2006-04-12 15:18:32 +0000 (Wed, 12 Apr 2006)
New Revision: 3404

Modified:
   trunk/NEWS
   trunk/debian/changelog
   trunk/lib/updatebase
Log:
minor commit


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-04-12 14:05:11 UTC (rev 3403)
+++ trunk/NEWS	2006-04-12 15:18:32 UTC (rev 3404)
@@ -1,6 +1,11 @@
 New in FAI 2.10.1
 
     - minor fix in fai-chboot
+    - packages in /files/packages are not supported any more
+    - fai-mirror: add option -C
+    - fai-cd: add option -C,
+    - after the installation you can leave the FAI-CD in the drive,
+      since it now boot from local disk by default
 
 New in FAI 2.10
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-12 14:05:11 UTC (rev 3403)
+++ trunk/debian/changelog	2006-04-12 15:18:32 UTC (rev 3404)
@@ -1,8 +1,20 @@
 fai (2.10.1) unstable; urgency=low
 
   * fai-chboot: fix division by zero error
+  * fai.conf: remove $OS_TYPE
+  * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for install and dirinst
+  * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
+    segfault bug
+  * install_packages: add commands for y2pmsh, yast and rpm
+  * mount2dir: add more fs types that should be skipped
+  * fai-mirror: use different source.list when downloading packages for
+    debootstrap (closes: #361786), remove comments from PACKAGES line
+    (closes: #358910), add option -C, (closes: #318299)
+  * fai-cd: add option -C (closes: #312198)
+  * make-fai-nfsroot: print warning if -f is still used
+  * menu.lst: enable timeout, use localboot as default
 
- -- Thomas Lange <lange at debian.org>  Wed,  5 Apr 2006 17:57:45 +0200
+ -- Thomas Lange <lange at debian.org>  Tue, 11 Apr 2006 19:32:54 +0200
 
 fai (2.10) unstable; urgency=low
 

Modified: trunk/lib/updatebase
===================================================================
--- trunk/lib/updatebase	2006-04-12 14:05:11 UTC (rev 3403)
+++ trunk/lib/updatebase	2006-04-12 15:18:32 UTC (rev 3404)
@@ -1,5 +1,6 @@
 #! /bin/bash
 
+# TODO: execute this when doing dirinst
 if [ "$FAI_ACTION" = "install" ]; then
     # some packages must access /proc even in chroot environment
     mount -t proc proc $FAI_ROOT/proc




More information about the Fai-commit mailing list