summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-27 15:23:55 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-27 15:23:55 +0000
commitb030ca24a057af9372c3b64045528f0f8d337324 (patch)
tree2aee8696afd0390f007dda103ed5fd72fdc3a7fd /perl-install/install_steps_interactive.pm
parent4ad56d5017b21fa3f3aa1052dc308c23afe4dca0 (diff)
downloaddrakx-b030ca24a057af9372c3b64045528f0f8d337324.tar
drakx-b030ca24a057af9372c3b64045528f0f8d337324.tar.gz
drakx-b030ca24a057af9372c3b64045528f0f8d337324.tar.bz2
drakx-b030ca24a057af9372c3b64045528f0f8d337324.tar.xz
drakx-b030ca24a057af9372c3b64045528f0f8d337324.zip
xfs + bootdisk = warning_msg
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index b81b2228d..0ab79c40d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1198,7 +1198,12 @@ depending on the normal bootloader. This is useful if you don't want to install
LILO (or grub) on your system, or another operating system removes LILO, or LILO doesn't
work with your hardware configuration. A custom bootdisk can also be used with
the Mandrake rescue image, making it much easier to recover from severe system
-failures. Would you like to create a bootdisk for your system?")),
+failures. Would you like to create a bootdisk for your system?
+%s", isThisFs('xfs', fsedit::get_root($o->{fstab})) ? _("
+
+(WARNING! You're using XFS for your root partition,
+creating a bootdisk on a 1.44 Mb floppy will probably fail,
+because XFS needs a very large driver).") : '')),
$o->{mkbootdisk}) or return $o->{mkbootdisk} = '';
$o->{mkbootdisk} = $l[0] if !$o->{mkbootdisk} || $o->{mkbootdisk} eq "1";
} else {