summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-01 04:06:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-01 04:06:02 +0000
commiteec187b6c3ee3e6fb6f8cecbd726f0fe2b54be50 (patch)
tree802f1852ffe8bfb3cbcb108dc094d67f9a309327 /perl-install/fsedit.pm
parent31c599c27d11d6b1c9a9407b99839b79eea94a99 (diff)
downloaddrakx-backup-do-not-use-eec187b6c3ee3e6fb6f8cecbd726f0fe2b54be50.tar
drakx-backup-do-not-use-eec187b6c3ee3e6fb6f8cecbd726f0fe2b54be50.tar.gz
drakx-backup-do-not-use-eec187b6c3ee3e6fb6f8cecbd726f0fe2b54be50.tar.bz2
drakx-backup-do-not-use-eec187b6c3ee3e6fb6f8cecbd726f0fe2b54be50.tar.xz
drakx-backup-do-not-use-eec187b6c3ee3e6fb6f8cecbd726f0fe2b54be50.zip
auto_install support for creating LABELed devices
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index 6f28ff6fe..2fc6dd999 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -379,7 +379,7 @@ sub suggest_part {
$part->{mntpoint} = $best->{mntpoint};
fs::type::set_type_subpart($part, $best) if !isTrueFS($best) || !isTrueFS($part);
$part->{size} = computeSize($part, $best, $all_hds, \@local_suggestions);
- foreach ('options', 'lv_name', 'encrypt_key') {
+ foreach ('options', 'lv_name', 'encrypt_key', 'device_LABEL', 'prefer_device_LABEL') {
$part->{$_} = $best->{$_} if $best->{$_};
}
1;