search for: 84b7298

Displaying 1 result from an estimated 1 matches for "84b7298".

Did you mean: 847998
2009 Nov 08
1
[PATCH] Add reiserfs tools to appliance.
...ckagelist.in +++ b/appliance/packagelist.in @@ -17,6 +17,7 @@ kernel MAKEDEV ntfsprogs + reiserfs-utils scrub libselinux udev @@ -25,6 +26,7 @@ bsdmainutils iproute libaugeas0 + reiserfsprogs udev util-linux #endif diff --git a/daemon/mkfs.c b/daemon/mkfs.c index 84b7298..80cd033 100644 --- a/daemon/mkfs.c +++ b/daemon/mkfs.c @@ -51,6 +51,12 @@ mkfs (const char *fstype, const char *device, if (strcmp (fstype, "ntfs") == 0) argv[i++] = "-Q"; + /* mkfs.reiserfs produces annoying interactive prompts unless you + * tell it to be quiet....