[Lunar-commits] <lunar-iso> Force mkfs for ext[234]

Stefan Wold ratler at lunar-linux.org
Tue Sep 9 21:00:03 CEST 2014


commit 9d99788aa43cce0d89b8bf0bc463f9372fa6c509
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 09 Sep 2014 20:59:49 +0200
URL: https://github.com/lunar-linux/lunar-iso/commit/9d99788aa43cce0d89b8bf0bc463f9372fa6c509

Force mkfs for ext[234]
---
  lunar-install/sbin/lunar-install | +2/-0     
  1 file changed, 2 insertions(+)

--- a/lunar-install/sbin/lunar-install
+++ b/lunar-install/sbin/lunar-install
@@ -781,6 +781,8 @@ menu_select_partitions()
       FORCE="-f"
     elif [ "$FSYS" == "jfs" ]; then
       FORCE="-q"
+    elif [[ "$FSYS" =~ ext[234] ]]; then
+      FORCE="-F"
     else
       unset FORCE
     fi




More information about the Lunar-commits mailing list