diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-25 20:37:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-25 20:37:04 +0200 |
commit | 173a8d04fc3535b571fe4a0d4715c18be315a43a (patch) | |
tree | be5461d41c7037158ffa708b814076f99945b5fe /src/system.conf | |
parent | 9d2205426a54e4eeab18bd7d83bc2fbb43eca4a4 (diff) |
mount: rework automatic mounting to follow the 'nofail' option in fstab
Diffstat (limited to 'src/system.conf')
-rw-r--r-- | src/system.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/system.conf b/src/system.conf index 9d87c6dfda..c6a7bf3df8 100644 --- a/src/system.conf +++ b/src/system.conf @@ -18,6 +18,5 @@ #SysVConsole=yes #CrashChVT=1 #CPUAffinity=1 2 -#MountOnPlug=yes -#SwapOnPlug=yes #MountAuto=yes +#SwapAuto=yes |