On Fri, Aug 07, 2015 at 12:40:16AM +0000, Nestor Waldyd wrote: > Hello, > I would like to compile a kernel bzImage in order to boot root over NFS. I am > using the fedora kernel source package > (kernel-4.1.fc22/linux-4.1.3-200.fc22.x86_64). What kernel options should i > modify in Kernel Configuration in order to do so? (I have already configured > both tftp and dhcp server, and PXELINUX) > Best Regards, > Nestor WaldydÂ
You'll need to enable CONFIG_ROOT_NFS which requires CONFIG_IP_PNP and CONFIG_NFS_FS to be enabled. _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
