Revision 625dda09
Added by Scott Ullrich almost 20 years ago
etc/rc | ||
---|---|---|
43 | 43 |
/sbin/conscontrol mute off >/dev/null |
44 | 44 |
|
45 | 45 |
# Mount /. If it fails run a fsck. |
46 |
/sbin/mount -w / || /sbin/fsck -y |
|
46 |
if [ ! "$PLATFORM" = "cdrom" ] ; then |
|
47 |
/sbin/mount -w / || /sbin/fsck -y |
|
48 |
fi |
|
47 | 49 |
|
48 | 50 |
# Check to see if a compact flash mountpoint exists |
49 | 51 |
# If it fails to mount then run a fsck -y |
Also available in: Unified diff
Do not mount / on CDROM