diff options
-rw-r--r-- | help.msg.xml | 3 | ||||
-rwxr-xr-x | make_boot_img | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/help.msg.xml b/help.msg.xml index 8c615bdcb..37ead3180 100644 --- a/help.msg.xml +++ b/help.msg.xml @@ -8,7 +8,6 @@ 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 @@ -18,5 +17,5 @@ You can also pass some <white><specific kernel options></white> to the Lin 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. +such as CD-ROM drives in this way. If you need to do so, use noauto mode. </document> diff --git a/make_boot_img b/make_boot_img index 56f26a429..7f77a5536 100755 --- a/make_boot_img +++ b/make_boot_img @@ -194,7 +194,6 @@ sub entries_append { vga16 => "vga16", text => "text", patch => "patch $default_vga", - expert => "expert $default_vga", rescue => "rescue rw", ); my @entries = ( |