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

Aurelien Jarno aurel32 at alioth.debian.org
Mon Oct 12 08:59:32 UTC 2009


Author: aurel32
Date: 2009-10-12 08:59:31 +0000 (Mon, 12 Oct 2009)
New Revision: 2800

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:
  * Add BOOTP kernel options for NFS Root support. Closes: #550429.



Modified: trunk/kfreebsd-7/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/amd64/amd64.config	2009-10-06 20:03:01 UTC (rev 2799)
+++ trunk/kfreebsd-7/debian/arch/amd64/amd64.config	2009-10-12 08:59:31 UTC (rev 2800)
@@ -12,4 +12,11 @@
 options		FDESCFS
 options		TMPFS
 
+# Use BOOTP to obtain IP address/hostname
+options     BOOTP
+options     BOOTP_COMPAT
+# NFS mount root file system using BOOTP info
+options     BOOTP_NFSROOT
+options     BOOTP_NFSV3
+
 #include         GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/486.config	2009-10-06 20:03:01 UTC (rev 2799)
+++ trunk/kfreebsd-7/debian/arch/i386/486.config	2009-10-12 08:59:31 UTC (rev 2800)
@@ -17,5 +17,11 @@
 device		xboxfb
 device		fb
 
+# Use BOOTP to obtain IP address/hostname
+options     BOOTP
+options     BOOTP_COMPAT
+# NFS mount root file system using BOOTP info
+options     BOOTP_NFSROOT
+options     BOOTP_NFSV3
 
 #include		GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686-smp.config	2009-10-06 20:03:01 UTC (rev 2799)
+++ trunk/kfreebsd-7/debian/arch/i386/686-smp.config	2009-10-12 08:59:31 UTC (rev 2800)
@@ -13,4 +13,11 @@
 options		FDESCFS
 options		TMPFS
 
+# Use BOOTP to obtain IP address/hostname
+options     BOOTP
+options     BOOTP_COMPAT
+# NFS mount root file system using BOOTP info
+options     BOOTP_NFSROOT
+options     BOOTP_NFSV3
+
 #include		GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686.config	2009-10-06 20:03:01 UTC (rev 2799)
+++ trunk/kfreebsd-7/debian/arch/i386/686.config	2009-10-12 08:59:31 UTC (rev 2800)
@@ -15,5 +15,11 @@
 device		xboxfb
 device		fb
 
+# Use BOOTP to obtain IP address/hostname
+options     BOOTP
+options     BOOTP_COMPAT
+# NFS mount root file system using BOOTP info
+options     BOOTP_NFSROOT
+options     BOOTP_NFSV3
 
 #include		GENERIC

Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog	2009-10-06 20:03:01 UTC (rev 2799)
+++ trunk/kfreebsd-7/debian/changelog	2009-10-12 08:59:31 UTC (rev 2800)
@@ -1,3 +1,9 @@
+kfreebsd-7 (7.2-10) UNRELEASED; urgency=low
+
+  * Add BOOTP kernel options for NFS Root support. Closes: #550429.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 12 Oct 2009 10:58:56 +0200
+
 kfreebsd-7 (7.2-9) unstable; urgency=high
 
   [ Petr Salinger ]




More information about the Glibc-bsd-commits mailing list