[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:network_services:nfs_root [2018/05/28 21:17 (UTC)] – [Creating the kernel] bifferoshowtos:network_services:nfs_root [2018/05/28 21:26 (UTC)] – [Creating the kernel] bifferos
Line 62: Line 62:
 Make sure this is compiled into the kernel (e.g. hitting 'y').   Make sure this is compiled into the kernel (e.g. hitting 'y').  
  
-[OPTIONAL]We also need to tell the kernel which IP address to use, which can be set statically, but DHCP is much easier, so generally you will want to include these options:+[OPTIONAL] We also need to tell the kernel which IP address to use, which can be set statically, but DHCP is much easier, so generally you will want to include these options:
  
 <code>Networking support -> Networking options -> IP: kernel level autoconfiguration [*] <code>Networking support -> Networking options -> IP: kernel level autoconfiguration [*]
Line 70: Line 70:
          
 <code>File Systems -> Network File systems -> Root file system on NFS [*]</code> <code>File Systems -> Network File systems -> Root file system on NFS [*]</code>
 +
 +[OPTIONAL] It's pretty useful to append a local version to this kernel release.  I'd advise doing this to differentiate it from your standard Slackware huge kernel and avoid clobbering the modules from that by mistake:
 +
 +<code>(-nfsroot) General Setup -> Local version - append to kernel release</code>
  
 Save the configuration and then do a: Save the configuration and then do a:
 howtos:network_services:nfs_root ()