-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFS kernel modules not included #12
Comments
Short answer:
The parabuntu kernel config has:
```
CONFIG_NFS_FS=y
```
Longer answer:
Two files are sourced from be build scripts:
https://github.com/parallella/parallella-linux/blob/parallella-linux-2016.11/arch/arm/configs/parallella_defconfig
https://github.com/parallella/parabuntu/blob/master/kernel.config
// Ola
…On 2017-03-18 02:30, Ben Gamari wrote:
The kernel configuration appears not to set |CONFIG_NFS|, precluding use as an
NFS client.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwd2I62PVy25LdBHrw0oME2o016DiBnks5rmzOwgaJpZM4MhQIO>.
|
Hmm, interesting. I'm not sure what to make of this in that case,
|
Strangely enough, |
You're right! Turns out that CONFIG_NETWORK_FILESYSTEMS must be explicitly selected. Otherwise the nfs options will be ignored. Fixed here: New uImage w/ nfs: Recipe:
// Ola |
Thanks! |
Indeed this works; I'll allow you to close the ticket when this kernel goes into an official release. |
Good to hear that, Leave this open until the next Parabuntu release. |
The kernel configuration appears not to set
CONFIG_NFS
, precluding use as an NFS client.The text was updated successfully, but these errors were encountered: