Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=66e3656dc64c67b53af13dbf3826a4d2a9515d93

commit 66e3656dc64c67b53af13dbf3826a4d2a9515d93
Author: crazy <[email protected]>
Date:   Wed Apr 27 12:35:30 2016 +0200

remove support for reiserfs and jfs
* well even when some folks may cry
* lets face it .. reiserfs is 'broKen and not maintained'
* jfs is not better
* /me looks at Baste and Nekrodes =)

diff --git a/src/format.c b/src/format.c
index 21256ea..eb15f22 100644
--- a/src/format.c
+++ b/src/format.c
@@ -65,8 +65,6 @@ static inline void probe_filesystem(struct format *target)
"ext2",
"ext3",
"ext4",
-    "reiserfs",
-    "jfs",
"xfs",
"btrfs",
"swap",
@@ -241,10 +239,6 @@ static bool format_process_devices(void)
program = "mkfs.ext3";
else if(strcmp(target->newfilesystem,"ext4") == 0)
program = "mkfs.ext4";
-      else if(strcmp(target->newfilesystem,"reiserfs") == 0)
-        program = "mkfs.reiserfs -q";
-      else if(strcmp(target->newfilesystem,"jfs") == 0)
-        program = "mkfs.jfs -q";
else if(strcmp(target->newfilesystem,"xfs") == 0)
program = "mkfs.xfs -f";
else if(strcmp(target->newfilesystem,"btrfs") == 0)
diff --git a/src/ui_newt.c b/src/ui_newt.c
index 8820de5..b1d82e0 100755
--- a/src/ui_newt.c
+++ b/src/ui_newt.c
@@ -1123,8 +1123,6 @@ static bool ui_dialog_format(struct format 
**targets,struct format *target)
"ext2",
"ext3",
"ext4",
-    "reiserfs",
-    "jfs",
"xfs",
"btrfs",
"swap",
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to