diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-13 01:25:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-13 01:25:37 +0000 |
commit | 3067bd7b0be2f99344bd80232baaf16f0e0b9be5 (patch) | |
tree | 80ef271ca5e1862889a8b82e666291ae75185eaf /make_boot_img | |
parent | f4661b999860100a396b4069f1798fadf4d7600d (diff) | |
download | drakx-3067bd7b0be2f99344bd80232baaf16f0e0b9be5.tar drakx-3067bd7b0be2f99344bd80232baaf16f0e0b9be5.tar.gz drakx-3067bd7b0be2f99344bd80232baaf16f0e0b9be5.tar.bz2 drakx-3067bd7b0be2f99344bd80232baaf16f0e0b9be5.tar.xz drakx-3067bd7b0be2f99344bd80232baaf16f0e0b9be5.zip |
remove the "expert" entry
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 1 |
1 files changed, 0 insertions, 1 deletions
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 = ( |