diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-06-25 09:33:37 +0200 |
---|---|---|
committer | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-06-28 15:39:42 +0200 |
commit | e93e5269ebd2e3a82a67cfe1ad517354eb34c41b (patch) | |
tree | 8f3bc0070129a3092db20557d5236161e069db7c /functions | |
parent | 31c5c35e85c235a388705e08850693fd2bfda979 (diff) |
Add some comments
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -372,6 +372,7 @@ read_crypttab() { NETFS="nonfs,nonfs4,nosmbfs,nocifs,nocodafs,noncpfs,nosysfs,noshfs,nofuse,nofuseblk,noglusterfs,nodavfs" +# Check local filesystems fsck_all() { stat_busy "Checking Filesystems" FSCK_OUT=/dev/stdout @@ -391,6 +392,7 @@ fsck_all() { return $fsckret } +# Single-user login and/or automatic reboot after fsck (if needed) fsck_reboot() { # $1 = exit code returned by fsck # Ignore conditions 'FS errors corrected' and 'Cancelled by the user' |