summaryrefslogtreecommitdiffstats
path: root/base/aaabasicfs/lfs-bootscripts-01.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-03 10:01:43 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-03 10:01:43 +0200
commit0cc7f19143ed15ff82fdbe9360cc5f521f49d1e2 (patch)
tree1f9fe68ea700d9114209757282f1845e03ac353c /base/aaabasicfs/lfs-bootscripts-01.patch
parent22ce972691eed8e50daa48d2c40753be4289b36d (diff)
downloadnutyx-extra-0cc7f19143ed15ff82fdbe9360cc5f521f49d1e2.tar.gz
nutyx-extra-0cc7f19143ed15ff82fdbe9360cc5f521f49d1e2.tar.bz2
nutyx-extra-0cc7f19143ed15ff82fdbe9360cc5f521f49d1e2.tar.xz
nutyx-extra-0cc7f19143ed15ff82fdbe9360cc5f521f49d1e2.zip
aaabasicfs, maj 2008.1-beta2
Diffstat (limited to 'base/aaabasicfs/lfs-bootscripts-01.patch')
-rw-r--r--base/aaabasicfs/lfs-bootscripts-01.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/aaabasicfs/lfs-bootscripts-01.patch b/base/aaabasicfs/lfs-bootscripts-01.patch
new file mode 100644
index 000000000..870f02cd3
--- /dev/null
+++ b/base/aaabasicfs/lfs-bootscripts-01.patch
@@ -0,0 +1,21 @@
+--- lfs-bootscripts-20090817/lfs/init.d/checkfs.orig 2009-10-02 21:54:45.000000000 +0000
++++ lfs-bootscripts-20090817/lfs/init.d/checkfs 2009-10-02 21:56:21.000000000 +0000
+@@ -58,15 +58,15 @@
+ boot_mesg -n "/forcefsck found, forcing file" ${INFO}
+ boot_mesg " system checks as requested."
+ echo_ok
+- options="-f"
++ options="-A -C -T"
+ else
+- options=""
++ options="-a -A -C -T"
+ fi
+
+ boot_mesg "Checking file systems..."
+ # Note: -a option used to be -p; but this fails e.g.
+ # on fsck.minix
+- fsck ${options} -a -A -C -T
++ fsck ${options}
+ error_value=${?}
+
+ if [ "${error_value}" = 0 ]; then