patch-1.3.75 linux/Makefile

Next file: linux/README
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.74/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
 VERSION = 1
 PATCHLEVEL = 3
-SUBLEVEL = 74
+SUBLEVEL = 75
 
 ARCH = i386
 
@@ -72,10 +72,11 @@
 # NFS_ROOT_NAME specifies the default name of the directory to mount
 # as root via NFS, if the kernel does not get the "root=" option from
 # the boot loader. The "%s" will be replaced by the IP-number of the
-# local system.
+# local system. Use empty string for default root path provided by BOOTP.
 #
 
-NFS_ROOT = -DNFS_ROOT="\"/tftpboot/%s\""
+#NFS_ROOT = -DNFS_ROOT="\"/tftpboot/%s\""
+NFS_ROOT = -DNFS_ROOT="\"\""
 
 #
 # INSTALL_PATH specifies where to place the updated kernel and system map

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this