From: Karl T. K. <ka...@pr...> - 2001-05-16 20:27:27
|
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 Kind regards, Karl T |