[PATCH 1/2] Allow live installs to use ext4 as root and make the error message clearer

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

 



---
 partRequests.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/partRequests.py b/partRequests.py
index 57d89cd..891afdf 100644
--- a/partRequests.py
+++ b/partRequests.py
@@ -274,10 +274,9 @@ class RequestSpec:
         if flags.livecdInstall and self.mountpoint == "/" and not self.format:
             return _("The mount point %s must be formatted during live CD "
                      "installs.") % self.mountpoint
-        if flags.livecdInstall and self.mountpoint == "/" and self.fstype.getName() not in ["ext3", "ext2"]:
-            return _("The mount point %s must be formatted during live CD "
-                     "installs.") % self.mountpoint
-
+        if flags.livecdInstall and self.mountpoint == "/" and self.fstype.getName() not in ["ext4", "ext3", "ext2"]:
+            return _("The mount point %s must be formatted to match the live "
+                     "rootfs during live CD installs.") % self.mountpoint
 
         if self.fstype.isMountable():
             if self.mountpoint in mustbeonroot:
-- 
1.6.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux