[Glibc-bsd-commits] r2731 - in trunk/kfreebsd-7/debian: . arch/amd64 arch/i386

Aurelien Jarno aurel32 at alioth.debian.org
Sat Aug 22 11:30:33 UTC 2009


Author: aurel32
Date: 2009-08-22 11:30:33 +0000 (Sat, 22 Aug 2009)
New Revision: 2731

Modified:
   trunk/kfreebsd-7/debian/arch/amd64/amd64.config
   trunk/kfreebsd-7/debian/arch/i386/486.config
   trunk/kfreebsd-7/debian/arch/i386/686-smp.config
   trunk/kfreebsd-7/debian/arch/i386/686.config
   trunk/kfreebsd-7/debian/changelog
Log:
  * Enable TMPFS, it is need early in the boot process. 



Modified: trunk/kfreebsd-7/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/amd64/amd64.config	2009-08-21 19:04:15 UTC (rev 2730)
+++ trunk/kfreebsd-7/debian/arch/amd64/amd64.config	2009-08-22 11:30:33 UTC (rev 2731)
@@ -10,5 +10,6 @@
 options		LINPROCFS
 options         LINSYSFS
 options		FDESCFS
+options		TMPFS
 
 #include         GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/486.config	2009-08-21 19:04:15 UTC (rev 2730)
+++ trunk/kfreebsd-7/debian/arch/i386/486.config	2009-08-22 11:30:33 UTC (rev 2731)
@@ -10,6 +10,7 @@
 options		LINPROCFS
 options         LINSYSFS
 options		FDESCFS
+options		TMPFS
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-7/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686-smp.config	2009-08-21 19:04:15 UTC (rev 2730)
+++ trunk/kfreebsd-7/debian/arch/i386/686-smp.config	2009-08-22 11:30:33 UTC (rev 2731)
@@ -11,5 +11,6 @@
 options		LINPROCFS
 options         LINSYSFS
 options		FDESCFS
+options		TMPFS
 
 #include		GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686.config	2009-08-21 19:04:15 UTC (rev 2730)
+++ trunk/kfreebsd-7/debian/arch/i386/686.config	2009-08-22 11:30:33 UTC (rev 2731)
@@ -8,6 +8,7 @@
 options		LINPROCFS
 options         LINSYSFS
 options		FDESCFS
+options		TMPFS
 
 # Xbox support
 options 	XBOX

Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog	2009-08-21 19:04:15 UTC (rev 2730)
+++ trunk/kfreebsd-7/debian/changelog	2009-08-22 11:30:33 UTC (rev 2731)
@@ -1,8 +1,9 @@
 kfreebsd-7 (7.2-6) UNRELEASED; urgency=low
 
   * Really build the ZFS module.
+  * Enable TMPFS, it is need early in the boot process. 
 
- -- Aurelien Jarno <aurel32 at debian.org>  Fri, 21 Aug 2009 15:49:07 +0200
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 22 Aug 2009 13:30:16 +0200
 
 kfreebsd-7 (7.2-5) unstable; urgency=low
 




More information about the Glibc-bsd-commits mailing list