added note for kernel compilation
authorhackbard <hackbard>
Wed, 28 Jul 2004 14:38:21 +0000 (14:38 +0000)
committerhackbard <hackbard>
Wed, 28 Jul 2004 14:38:21 +0000 (14:38 +0000)
doc/INSTALL

index 5212797..95960dd 100644 (file)
@@ -108,6 +108,7 @@ final steps
 -----------
 
 - chroot to your new build system and compile a new kernel
+  (you have to do this if you are not booting via nfsroot!)
        
        example:
        
@@ -115,6 +116,7 @@ final steps
                PATH="/sbin:/bin:/usr/sbin:/usr/bin" --login
        cd /usr/src/linux
        make menuconfig
+       (disable CONFIG_ROOT_NFS, if you are not booting via nfsroot!)
        make dep bzImage modules modules_install
 
 - yo may want to set a root password (default is 'hdw' iirc)