summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-14 21:05:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-14 21:05:16 +0000
commite9ae2115aca04f66c83d85b519c72de777676c44 (patch)
treebe530a353cbc05540307e7e967cafc75ef4813eb
parent385e53fcc9f82c256f03a7fa199476426527b886 (diff)
downloaddrakx-backup-do-not-use-e9ae2115aca04f66c83d85b519c72de777676c44.tar
drakx-backup-do-not-use-e9ae2115aca04f66c83d85b519c72de777676c44.tar.gz
drakx-backup-do-not-use-e9ae2115aca04f66c83d85b519c72de777676c44.tar.bz2
drakx-backup-do-not-use-e9ae2115aca04f66c83d85b519c72de777676c44.tar.xz
drakx-backup-do-not-use-e9ae2115aca04f66c83d85b519c72de777676c44.zip
this warning is stupid during install
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 97118f376..1e6dc5fab 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -274,7 +274,7 @@ sub Done {
if (my $part = find { $_->{mntpoint} && !maybeFormatted($_) } fs::get::fstab($all_hds)) {
$in->ask_okcancel('', N("You should format partition %s.
Otherwise no entry for mount point %s will be written in fstab.
-Quit anyway?", $part->{device}, $part->{mntpoint})) or return;
+Quit anyway?", $part->{device}, $part->{mntpoint})) or return if $::isStandalone;
}
foreach (@{$all_hds->{hds}}) {
if (!write_partitions($in, $_, 'skip_check_rebootNeeded')) {
splay driver check block after all hardwareAnssi Hannula2011-04-201-12/+12 | | | | configuration code * service_harddrake: show yes/no buttons instead of ok/cancel when askingAnssi Hannula2011-04-202-1/+3 | | | | about running a config tool * service_harddrake: add support for timeouted OK and Yes/No dialogs inAnssi Hannula2011-04-202-6/+15 | | | | addition to the current OK/Cancel dialogs. * service_harddrake: load new drivers or ask for reboot also if the driver isAnssi Hannula2011-04-202-8/+22 | | | | switched due to a hardware change instead of an ldetect-lst change. * drakxtools 13.48Anssi Hannula2011-04-172-1/+3 | * Update translation files.Anssi Hannula2011-04-17142-22871/+24624 | * Add nokmsboot boot option also if the bootloader is installed after setting ↵Anssi Hannula2011-04-173-0/+10 | | | | up a conflicting display driver (e.g. draklive-install). * service_harddrake: Add or remove nokmsboot option if an unoptimal or fatal ↵Anssi Hannula2011-04-172-1/+14 | | | | situation is detected. * service_harddrake: Do not switch a display driver if speedboot has already ↵Anssi Hannula2011-04-172-0/+10 | | | | started X server, in that case simply disable speedboot for next boot. * service_harddrake: ask for a reboot after a driver switch if needed, and ↵Anssi Hannula2011-04-172-2/+25 | | | | load the new driver if no reboot is needed * service_harddrake: handle adding/removing nokmsboot when switching the driver.Anssi Hannula2011-04-172-0/+5 | * service_harddrake: Factorize ask_with_timeout for a following commit.Anssi Hannula2011-04-172-12/+20 | * service_harddrake: Adapt from bootsplash to plymouth.Anssi Hannula2011-04-172-7/+5 | * - fixed header so msgfmt wont give any errorsOliver Burger2011-04-161-4/+3 | * - any.pm: make it easier for rebranding by using %s magicAhmad Samir2011-04-0773-783/+1145 | | | | | - update po/pot files * - s/Ldap/LDAP/ in the po/pot files manually so as not to fuzzy the strings ↵Ahmad Samir2011-04-0771-174/+174 | | | | unnecessarily * - keep it "Hard drive detection", since the tree on the left in the installerAhmad Samir2011-04-071-2/+2 | | | | | is of limited width * - s/can not/cannot/ manually in the po/pot files so as not the make the stringsAhmad Samir2011-04-07285-1456/+1456 | | | | | unnecessarily fuzzy (from Thierry Vignaud) * - revert 's,/boot partition,separate /boot partition,', .po/pot files shouldn'tAhmad Samir2011-04-0571-214/+214 | | | | | | be changed this way as this changes the meaning of the string and translators need to adapt the .po files themselves * - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-0472-73/+73 | * - s/api/API/Ahmad Samir2011-04-0472-173/+173 | * - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-0472-145/+145 | * - perl -pi -e 's!you can pick one in the above list!you can pick one from ↵Ahmad Samir2011-04-04