[Fai-commit] r3517 - in trunk: debian lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Jun 13 15:48:47 UTC 2006


Author: lange
Date: 2006-06-13 15:48:46 +0000 (Tue, 13 Jun 2006)
New Revision: 3517

Modified:
   trunk/debian/changelog
   trunk/lib/subroutines
Log:
raise size of ramdisk for /fai


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-06-13 15:42:49 UTC (rev 3516)
+++ trunk/debian/changelog	2006-06-13 15:48:46 UTC (rev 3517)
@@ -10,8 +10,9 @@
     enable DNS inside the nfsroot (closes: #358783)
   * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
     appending to file (closes: #331258)
+  * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
   
- -- Thomas Lange <lange at debian.org>  Tue, 13 Jun 2006 17:42:05 +0200
+ -- Thomas Lange <lange at debian.org>  Tue, 13 Jun 2006 17:48:10 +0200
 
 fai (2.10.1) unstable; urgency=low
 

Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2006-06-13 15:42:49 UTC (rev 3516)
+++ trunk/lib/subroutines	2006-06-13 15:48:46 UTC (rev 3517)
@@ -159,7 +159,7 @@
 
     # get /fai directory; mount it or get it from a cvs repository
 
-    [ -f /boot/RUNNING_FROM_FAICD ] && mkrw $FAI
+    [ -f /boot/RUNNING_FROM_FAICD ] && mkrw -s 100m $FAI
     if [ -z "$FAI_LOCATION" ]; then
        get_fai_cvs
     else




More information about the Fai-commit mailing list