summaryrefslogtreecommitdiffstats
path: root/perl-install/help.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-18 14:38:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-18 14:38:41 +0000
commit55d44a1b5c6e4d2f45d365fe7680aa619c831506 (patch)
tree79acc6af53dc612896b99f3e218569c5ca9892f6 /perl-install/help.pm
parent9e8dbe6e3b60bfd65346d5fa6c11b4723599aebb (diff)
downloaddrakx-backup-do-not-use-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar
drakx-backup-do-not-use-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar.gz
drakx-backup-do-not-use-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar.bz2
drakx-backup-do-not-use-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar.xz
drakx-backup-do-not-use-55d44a1b5c6e4d2f45d365fe7680aa619c831506.zip
no_comment
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r--perl-install/help.pm20
1 files changed, 2 insertions, 18 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm
index 95e53334b..cd31fef60 100644
--- a/perl-install/help.pm
+++ b/perl-install/help.pm
@@ -331,7 +331,7 @@ setupBootloader =>
(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."),
setupBootloaderAddEntry =>
- __("LILO (the LInux LOader) can boot Linux and other operating systems.
+ __("LILO (the LInux LOader) or grub can boot Linux and other operating systems.
Normally they are correctly detected during installation. If you don't
see yours detected, you can add one or more now.
@@ -340,28 +340,12 @@ If you don't want that everybody could access at one of them, you can remove
it now (a boot disk will be needed to boot it)."),
setupBootloaderGeneral =>
- __("LILO main options are:
+ __("LILO and grub main options are:
- Boot device: Sets the name of the device (e.g. a hard disk
partition) that contains the boot sector. Unless you know specifically
otherwise, choose \"/dev/hda\".
- - Linear: Generate linear sector addresses instead of
-sector/head/cylinder addresses. Linear addresses are translated at run
-time and do not depend on disk geometry. Note that boot disks may not be
-portable if \"linear\" is used, because the BIOS service to determine the
-disk geometry does not work reliably for floppy disks. When using
-\"linear\" with large disks, /sbin/lilo may generate references to
-inaccessible disk areas, because 3D sector addresses are not known
-before boot time.
-
-
- - Compact: Tries to merge read requests for adjacent sectors into a
-single read request. This drastically reduces load time and keeps the
-map smaller. Using \"compact\" is especially recommended when booting from
-a floppy disk.
-
-
- Delay before booting default image: Specifies the number in tenths
of a second the boot loader should wait before booting the first image.
This is useful on systems that immediately boot from the hard disk after