--- pyanaconda/kickstart.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py index c1fbf53..046d962 100644 --- a/pyanaconda/kickstart.py +++ b/pyanaconda/kickstart.py @@ -491,6 +491,7 @@ class LogVolData(commands.logvol.F12_LogVolData): # Now get a format to hold a lot of these extra values. format = getFormat(type, mountpoint=self.mountpoint, + label=self.label, mountopts=self.fsopts) if not format: raise KickstartValueError, formatErrorMsg(self.lineno, msg="The "%s" filesystem type is not supported." % type)
On Thu, 2011-02-03 at 11:15 -0500, Chris Lumens wrote:
pyanaconda/kickstart.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Ack.
diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py index c1fbf53..046d962 100644 --- a/pyanaconda/kickstart.py +++ b/pyanaconda/kickstart.py @@ -491,6 +491,7 @@ class LogVolData(commands.logvol.F12_LogVolData): # Now get a format to hold a lot of these extra values. format = getFormat(type, mountpoint=self.mountpoint,
label=self.label, mountopts=self.fsopts) if not format: raise KickstartValueError, formatErrorMsg(self.lineno, msg="The \"%s\" filesystem type is not supported." % type)
anaconda-devel@lists.fedoraproject.org