[gnome-disk-utility/udisks2-port] Don't include superfluous 'defaults' option when adding a new fstab entry



commit 07908adb2c56643e147da21107d8dbeac9bd3799
Author: David Zeuthen <davidz redhat com>
Date:   Wed Jan 18 16:15:08 2012 -0500

    Don't include superfluous 'defaults' option when adding a new fstab entry
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/gdufstabdialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/palimpsest/gdufstabdialog.c b/src/palimpsest/gdufstabdialog.c
index fda9203..35de2da 100644
--- a/src/palimpsest/gdufstabdialog.c
+++ b/src/palimpsest/gdufstabdialog.c
@@ -440,10 +440,10 @@ gdu_fstab_dialog_show (GduWindow    *window,
       fsname = NULL;
       dir = "";
       type = "auto";
-      opts = "defaults";
+      opts = "";
       /* propose noauto if the media is removable - otherwise e.g. systemd will time out at boot */
       if (drive != NULL && udisks_drive_get_removable (drive))
-        opts = "defaults,noauto";
+        opts = "noauto";
       freq = 0;
       passno = 0;
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]