Displaying 1 result from an estimated 1 matches for "nfsmoun".
Did you mean:
nfsmount
2006 Jan 26
1
nfs root filesystem problem
...rnel gentoo/vmlinuz-opteron
append initrd=gentoo/initramfs.img ip=dhcp nfsroot=1.2.3.4.5:/export/opteron
I created an initamfs filled with the contents of /usr/lib/klibc +proc
folder +dev with console tty1 and null.
I tried to write an /init with:
#!/bin/sh.shared
<various combinations of nfsmoun and ipconfig commands>
but in each case I get a kernel panic complaining about being unable to
execute /init.
If I put kinit as /kinit it panics also , I dont have the message
available right now but it looks like it does not parse the ip= and
nfsroot= lines.
Obviously I am doing somet...