From b030ca24a057af9372c3b64045528f0f8d337324 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 27 Feb 2002 15:23:55 +0000 Subject: xfs + bootdisk = warning_msg --- perl-install/install_steps_interactive.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.1