From: M. R. B. <mr...@li...> - 2001-05-16 20:48:34
|
* Karl Trygve Kalleberg <ka...@pr...> on Wed, May 16, 2001: > mrbrown's init.d/rcS > #!/bin/sh > # Remount root read-write > mount -n -o remount,defaults / > rm -f /etc/mtab~ > mount -f -o remount,defaults / > mount -a > > /etc/fstab root entry: > 192.168.12.11:/home/mrbrown/dcdev/nfs/busybox / nfs \ > defaults,errors=remount-ro 0 0 > The only thing I'd add to that is /etc/inittab: ::sysinit:/etc/init.d/rcS ::askfirst:/bin/sh But if you're using a debian distro, that should all be taken care of for you, those file above are from a busybox NFS mount. M. R. |