: Alternate diskless operation : Sample files and patches : Patches for DISKLESS /etc/rc
Previous: Sample HOST /etc/bootptab file
Next: Patches for DISKLESS /etc/sysconfig

1.4.4. Patches for DISKLESS /etc/rc



diff -r1.1 rc
66c66,67
< mount -a -t nonfs
---
> ##mount -a -t nonfs
> mount -a
230c231
< mount -a -t nfs >/dev/null 2>&1 &	# XXX shouldn't need background
---
> ##mount -a -t nfs >/dev/null 2>&1 &	# XXX shouldn't need background

	    


: Alternate diskless operation : Sample files and patches : Patches for DISKLESS /etc/rc
Previous: Sample HOST /etc/bootptab file
Next: Patches for DISKLESS /etc/sysconfig