From 3067bd7b0be2f99344bd80232baaf16f0e0b9be5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Oct 2004 01:25:37 +0000 Subject: remove the "expert" entry --- help.msg.xml | 3 +-- make_boot_img | 1 - 2 files changed, 1 insertion(+), 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 <Enter>vgalo for low resolution graphical installation. o text for text installation instead of the graphical one. o linux for standard graphical installation at normal resolution. - o expert for expert graphical installation at normal resolution. To repair an already installed system type rescue followed @@ -18,5 +17,5 @@ You can also pass some <specific kernel options> to the Lin For example, try linux noapic if your system has trouble operating your network adapter correctly. NOTE: 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. 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 = ( -- cgit v1.2.1