From 35f102ba061c37e07cf71cfff4f857644c3937e7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 20 Jan 2011 18:14:28 +0100 Subject: docs: Remove deprecated parameters --gensplash-res, --gensplash, --lvm2, --evms2 --- doc/genkernel.8.txt | 12 ++---------- gen_cmdline.sh | 9 ++------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 1d28eac..1a9fe1f 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -137,9 +137,6 @@ KERNEL COMPILATION *--oldconfig*:: Implies *--no-clean*, and thus *--no-mrproper*, running a "make oldconfig". -*--gensplash*:: - Install framebuffer splash support into initramfs. - *--*[*no-*]*splash*:: Installs, or not, framebuffer splash support into initramfs. @@ -222,10 +219,10 @@ LOW-LEVEL COMPILATION OPTIONS INITIALIZATION ~~~~~~~~~~~~~~ -*--gensplash*=:: +*--splash*=:: Enable framebuffer splash using . -*--gensplash-res*=:: +*--splash-res*=:: Select gensplash resolutions to include. *--*[*no-*]*splash*=:: @@ -233,9 +230,6 @@ INITIALIZATION rather than the default theme specified in your splash configuration. If *--no-splash* is specified, then splash is disabled. -*--splash-res*=:: - Optionally select splash resolutions to include. - *--do-keymap-auto*:: Force keymap selection at boot. @@ -243,12 +237,10 @@ INITIALIZATION Disables keymap selection at boot. *--evms*:: -*--evms2*:: Add in EVMS support from static binaries if they exist on the system: you should run "emerge evms" first (in the host system). *--lvm*:: -*--lvm2*:: Add in LVM support from static binaries if they exist on the system, or compile static LVM binaries if static ones do not exist. diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 1bf5de3..7fe905d 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -35,7 +35,6 @@ longusage() { echo " --no-clean Do not run make clean before compilation" echo " --no-mrproper Do not run make mrproper before compilation" echo " --oldconfig Implies --no-clean and runs a 'make oldconfig'" - echo " --gensplash Install framebuffer splash support into initramfs" echo " --splash Install framebuffer splash support into initramfs" echo " --no-splash Do not install framebuffer splash" echo " --install Install the kernel after building" @@ -70,8 +69,8 @@ longusage() { echo " --no-mountboot Don't mount BOOTDIR automatically" echo " --bootdir= Set the location of the boot-directory, default is /boot" echo " Initialization" - echo " --gensplash= Enable framebuffer splash using " - echo " --gensplash-res= Select splash theme resolutions to install" + echo " --splash= Enable framebuffer splash using " + echo " --splash-res= Select splash theme resolutions to install" echo " --splash= Enable framebuffer splash using " echo " --splash-res= Select splash theme resolutions to install" echo " --do-keymap-auto Forces keymap selection at boot" @@ -79,11 +78,7 @@ longusage() { echo " --evms Include EVMS support" echo " --> 'emerge evms' in the host operating system" echo " first" - echo " --evms2 Include EVMS support" - echo " --> 'emerge evms' in the host operating system" - echo " first" echo " --lvm Include LVM support" - echo " --lvm2 Include LVM support" echo " --mdadm Copy /etc/mdadm.conf to initramfs" echo " --dmraid Include DMRAID support" echo " --multipath Include Multipath support" -- cgit v1.2.3-18-g5258