From 30f9d333d21ef30fc8aee36a3a97d048f7958a68 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 17 Jan 2015 19:03:43 +0100 Subject: [PATCH] Disable by default removal of not found devices in /etc/fstab --- sysconfig/postplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/postplug b/sysconfig/postplug index fe87795..4beffd9 100644 --- a/sysconfig/postplug +++ b/sysconfig/postplug @@ -24,7 +24,7 @@ FS_CDROM_UPDATE=no # remove entries from /etc/fstab for non-existing devices # (yes/no, default: yes) -FS_NO_DEV_REMOVE=yes +FS_NO_DEV_REMOVE=no # run configuration wizard if a new network device is discovered # (dialog/auto/off, default: off)