diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-18 11:21:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-18 11:21:43 +0000 |
commit | 7adbdf7b9f2bccda2dbac6ebea515a815e849bf2 (patch) | |
tree | 8b3a9f797a768d1cc14f0d64fbdf7f8d65c57b69 /perl-install/fsedit.pm | |
parent | 07083a16b1e8ea933cb8b6f7f53cc6beca11ccc4 (diff) | |
download | drakx-7adbdf7b9f2bccda2dbac6ebea515a815e849bf2.tar drakx-7adbdf7b9f2bccda2dbac6ebea515a815e849bf2.tar.gz drakx-7adbdf7b9f2bccda2dbac6ebea515a815e849bf2.tar.bz2 drakx-7adbdf7b9f2bccda2dbac6ebea515a815e849bf2.tar.xz drakx-7adbdf7b9f2bccda2dbac6ebea515a815e849bf2.zip |
handle "LVM on full disk" like other partition tables
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index a8d5c3f33..adfc22f9d 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -178,11 +178,6 @@ sub get_hds { push @raw_hds, $hd; $hd = ''; 1; - } elsif ($type->{pt_type} == 0x8e) { - #- LVM on full disk - require partition_table::lvm; - partition_table::lvm->initialize($hd); - 1; } else { 0; } |