diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 13:00:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 13:00:07 +0000 |
commit | c6f3c5e2231430e3359f31050643b903262e0ca9 (patch) | |
tree | c6a74622d81c0badd9d4f65dacd85f1f0a0d41dd /help.msg.xml | |
parent | 2c4835721ce19f9b9d0b60c259ef551f14c5daf2 (diff) | |
download | drakx-c6f3c5e2231430e3359f31050643b903262e0ca9.tar drakx-c6f3c5e2231430e3359f31050643b903262e0ca9.tar.gz drakx-c6f3c5e2231430e3359f31050643b903262e0ca9.tar.bz2 drakx-c6f3c5e2231430e3359f31050643b903262e0ca9.tar.xz drakx-c6f3c5e2231430e3359f31050643b903262e0ca9.zip |
- move boot help messages out of make_boot_img and the various msgboot*.img.bz2
- move them in help.msg.xml and advanced.msg.xml
- talk about noapic in help.msg
(thanks to switzerland, esp. to gc)
Diffstat (limited to 'help.msg.xml')
-rw-r--r-- | help.msg.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help.msg.xml b/help.msg.xml new file mode 100644 index 000000000..c20ea01c8 --- /dev/null +++ b/help.msg.xml @@ -0,0 +1,22 @@ +<document> + <green>Welcome to <blue>Mandrake Linux</blue> install help</green> + +In most cases, the best way to get started is to simply press the <yellow><Enter></yellow> key. +If you experience problems with standard install, try one of the following +install types (type the highlighted text and press <yellow><Enter></yellow>): + + o <white>vgalo</white> for low resolution graphical installation. + o <white>text</white> for text installation instead of the graphical one. + o <white>linux</white> for standard graphical installation at normal resolution. + o <white>expert</white> for expert graphical installation at normal resolution. + + +To repair an already installed system type <white>rescue</white> followed +by <yellow><Enter></yellow>. + +You can also pass some <white><specific kernel options></white> to the Linux kernel. +For example, try <white>linux noapic</white> if your system has trouble operating +your network adapter correctly. +<red>NOTE</red>: You cannot pass options to modules (SCSI, ethernet card) or devices +such as CD-ROM drives in this way. If you need to do so, use expert mode. +</document> |