Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: CentralWare on November 05, 2015, 02:03:10 PM
-
I'm PXE booting TCL 6.1 (x86) and using NFS (unfs3)
Manually mounting the nfs share works without a hitch (save for adding -o nolock of course) and I have r/w access.
append initrd=files/tc/6/boot/core.gz nfsmount=192.168.11.1:/nfs/_default_ tce=nfs/tce home=nfs/home opt=nfs/opt
The TCE directory is automatically created and populated as expected.
The OPT and HOME directories error out during boot (invalid) and are ignored.
I've tried /mnt/nfs/opt and nfs/opt to no avail. Any ideas (this used to work in TCL4, so I have to assume I'm not remembering something or something has since changed.)
Thanks!
~TJ~
-
home=nfs opt=nfs
The home and opt bootcodes cannot include a directory.
-
I suppose it HAS been a while! :)
(All of my prior TFTP settings/files are archived from my last run with this.)
Thanks for the update; I suppose what threw me is that tce=nfs/path/to/tce worked without a hitch and thus the same was assumed for the others.
Cheers!
-
It has nothing to do with nfs. Home and opt just cannot specify a directory.
-
It has nothing to do with nfs. Home and opt just cannot specify a directory.
We'll see about that! ;)
Thanks again and take care!