confz

git mirror of https://ccx.te2000.cz/bzr/confz
git clone https://ccx.te2000.cz/git/confz
Log | Files | Refs

commit 175d74b342dffae4d1dd04099e7c5051058cfcac
parent 1c4e1e32601fdc6c053d0f7c53b9be115a0017db
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Thu, 19 Jun 2014 19:48:04 +0200

noatime default
Diffstat:
Mzsh-functions/confz_fs_init | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init @@ -67,9 +67,10 @@ confz_filesystem_check() { # put mountpoint for device into /etc/fstab confz_fstab_check() { - checkvars device mountpoint filesystem opts + defvar opts noatime defvar dump 0 defvar pass 2 + checkvars device mountpoint filesystem opts local device mountpoint filesystem opts dump pass sed '/^[ \t]*#/d;s/#.*//;s/[ \t]\+/ /g' /etc/fstab | \