if [ "$CONFIG_NFS_FS" = "y" -a "$CONFIG_IP_PNP" = "y" ]; then
bool ' Root file system on NFS' CONFIG_ROOT_NFS
fi
However, according to nfsroot (and the Configure.help) and logic, it
actually isn't required, just 'recommended'.
Is this a mistake? Or should it indeed just be
if [ "$CONFIG_NFS_FS" = "y" ]; then
bool ' Root file system on NFS' CONFIG_ROOT_NFS
fi
Because as I see and understand it, you can pass IP configuration via the
'ip=' kernel cmdline.
G'day!
-----------------------------------------------------------------------------
Nicholas J. Leon "Elegance Through Simplicity"
nicholas@binary9.net - - http://mrnick.binary9.net
8 4 9 1 7 3 <-- what is the pattern?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html