From 0fffad78004944ee3ed025b268a885ccef68f0e6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 7 Sep 2005 00:27:13 +0000 Subject: Woops, use /etc/fstab --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 52a8003..d5587b0 100755 --- a/etc/rc +++ b/etc/rc @@ -44,7 +44,7 @@ fi # Mount all. If it fails run a fsck. /sbin/mount -w / || /sbin/fsck -y -if grep cf test.txt; then +if grep cf /etc/fstab; then /sbin/mount -w /cf || /sbin/fsck -y fi -- cgit v1.1