summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-14 14:52:13 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-14 14:52:13 +0000
commit2e0df04bf4539c0de15a45305f4868a5b62d6055 (patch)
tree965098e577730b513b53c7014750009fe52400bc /perl-install/install_steps_interactive.pm
parent0aa7a9e98c3b51085c87aa13d61eef8e3f694626 (diff)
downloaddrakx-backup-do-not-use-2e0df04bf4539c0de15a45305f4868a5b62d6055.tar
drakx-backup-do-not-use-2e0df04bf4539c0de15a45305f4868a5b62d6055.tar.gz
drakx-backup-do-not-use-2e0df04bf4539c0de15a45305f4868a5b62d6055.tar.bz2
drakx-backup-do-not-use-2e0df04bf4539c0de15a45305f4868a5b62d6055.tar.xz
drakx-backup-do-not-use-2e0df04bf4539c0de15a45305f4868a5b62d6055.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 919257d51..d44fcb69b 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -100,7 +100,7 @@ sub choosePartitionsToFormat($$) {
install_steps::choosePartitionsToFormat($o, $fstab);
- my @l = grep { $_->{mntpoint} && isExt2($_) || isSwap($_) } @$fstab;
+ my @l = grep { $_->{mntpoint} && isExt2($_) || isSwap($_) && !$::beginner } @$fstab;
my @r = $o->ask_many_from_list_ref('', _("Choose the partitions you want to format"),
[ map { $_->{mntpoint} || type2name($_->{type}) . " ($_->{device})" } @l ],
[ map { \$_->{toFormat} } @l ]);