summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-03 21:32:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-03 21:32:25 +0000
commit167fc711a1c9190ba6deb54dd1d7d9fdf84122c3 (patch)
treed327fea0e08a9dd2408c5f3b558157d32863913c /perl-install/install_interactive.pm
parentedbb716165d7a2aacd508b0f44cf775ef606d033 (diff)
downloaddrakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar
drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.gz
drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.bz2
drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.xz
drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.zip
small fixes for LVM
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index 789e557d1..a486a13ec 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -32,9 +32,9 @@ sub partition_with_diskdrake {
do {
$ok = 1;
require diskdrake;
- diskdrake::main($hds, $o->{raid}, interactive_gtk->new, $nowizard);
+ diskdrake::main($hds, $o->{lvms}, $o->{raid}, interactive_gtk->new, $nowizard);
delete $o->{wizard} and return partitionWizard($o, 'nodiskdrake');
- my @fstab = fsedit::get_fstab(@$hds, $o->{raid});
+ my @fstab = fsedit::get_fstab(@$hds, @{$o->{lvms}}, $o->{raid});
unless (fsedit::get_root_(\@fstab)) {
$ok = 0;
> | | | | | | | place"!"need to reboot before the modification can take effect"!' - perl -pi -e 's!"You need to reboot for the partition table modifications to take place"!"You need to reboot for the partition table modifications to take effect"!' * - perl -pi -e 's!"All data on this partition should be backed-up"!"All data ↵Ahmad Samir2011-04-0472-72/+72 | | | | on this partition should be backed up"!' * - perl -pi -e 's!"Check bad blocks\?"!"Check for bad blocks\?"!'Ahmad Samir2011-04-0473-74/+74 | * - perl -pi -e 's!"Do you want to save /etc/fstab modifications"!"Do you want ↵Ahmad Samir2011-04-0472-72/+72 | | | | to save the /etc/fstab modifications?"!' * - perl -pi -e 's!mountpoint!mount point!'Ahmad Samir2011-04-0473-73/+73 | * - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-04223-3763/+3763 | * String changes: perl -pi -e 's!file system!filesystem!'Ahmad Samir2011-04-04147-877/+877 | * String changes: perl -pi -e 's!"Password should resist to basic ↵Ahmad Samir2011-04-0472-72/+72 | | | | attacks"!"Password should be resistant to basic attacks"!' * - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-04153-395/+395 | * - string changes: perl -pi -e 's!/boot partition!separate /boot partition!'Ahmad Samir2011-04-0472-218/+218 | * update modules list needed for md raid456 and dm-raid 4/5/6 targetThomas Backlund2011-04-022-2/+5 | * update modules list needed for md raid456 and dm-raid 4/5/6 targetThomas Backlund2011-04-023-3/+4 | * - use 'cannot' instead of 'can not'Ahmad Samir2011-04-0231-80/+80 | | | | | - use 'LDAP' instead of 'Ldap' * - update the .po filesAhmad Samir2011-04-02