diff options
author | Francois Pons <fpons@mandriva.com> | 2000-06-20 16:25:33 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-06-20 16:25:33 +0000 |
commit | 7f7a9b7b58dbef59e2e1a09afe682983dc7806f8 (patch) | |
tree | 8b7d537f31d92c3ba63acf1a67dd73c58ea84ab8 /perl-install/help.pm | |
parent | e61090daf9ed3cfcb837287cf6717161d1179bf5 (diff) | |
download | drakx-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar drakx-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar.gz drakx-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar.bz2 drakx-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.tar.xz drakx-7f7a9b7b58dbef59e2e1a09afe682983dc7806f8.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index af8e1611a..25668d026 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -371,6 +371,26 @@ when booting. The following values are available: * normal: select normal 80x25 text mode. * <number>: use the corresponding text mode."), +setupSILOAddEntry => + __("SILO is a bootloader for SPARC: it is able to boot +either GNU/Linux or any other operating system present on your computer. +Normally, these other operating systems are correctly detected and +installed. If this is not the case, you can add an entry by hand in this +screen. Be careful as to choose the correct parameters. + + +You may also want not to give access to these other operating systems to +anyone, in which case you can delete the corresponding entries. But +in this case, you will need a boot disk in order to boot them!"), + +setupSILOGeneral => + __("SILO main options are: + - 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 +enabling the keyboard. The boot loader doesn't wait if \"delay\" is +omitted or is set to zero."), + configureX => __("Now it's time to configure the X Window System, which is the core of the GNU/Linux GUI (Graphical User Interface). For this purpose, |