From 1d63926a558c483609032e9d5860a93ad987053c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jan 2003 14:26:42 +0000 Subject: lvm on / works (dixit Brian J. Murrell) --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 05eec0a60..d89c3a064 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -524,7 +524,7 @@ sub check_mntpoint { die "raid / with no /boot" if $mntpoint eq "/" && isRAID($part) && !has_mntpoint("/boot", $all_hds); die N("You can't use a LVM Logical Volume for mount point %s", $mntpoint) - if ($mntpoint eq '/' || $mntpoint eq '/boot') && isLVM($hd); + if $mntpoint eq '/boot' && isLVM($hd); die N("This directory should remain within the root filesystem") if member($mntpoint, qw(/bin /dev /etc /lib /sbin /root /mnt)); die N("You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount point\n") -- cgit v1.2.1