From b6500ce7f3baa9fe3678253daf1b6eb562c60d98 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 19 May 2006 23:32:54 +0000 Subject: [PATCH] Just some spacing clean ups in the long usage listing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@390 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_cmdline.sh | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index f6c635b..86d381e 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -47,8 +47,8 @@ longusage() { echo " Kernel settings" echo " --kerneldir= Location of the kernel sources" echo " --kernel-config= Kernel configuration file to use for compilation" - echo " --module-prefix= Prefix to kernel module destination, modules will" - echo " be installed in /lib/modules" + echo " --module-prefix= Prefix to kernel module destination, modules" + echo " will be installed in /lib/modules" echo " Low-Level Compile settings" echo " --kernel-cc= Compiler to use for kernel (e.g. distcc)" echo " --kernel-as= Assembler to use for kernel" @@ -60,7 +60,8 @@ longusage() { echo " --utils-ld= Linker to use for utils" echo " --utils-make= GNU Make to use for utils" echo " --utils-cross-compile= CROSS_COMPILE utils variable" - echo " --utils-arch= Force to arch for utils only instead of autodetect." + echo " --utils-arch= Force to arch for utils only instead of" + echo " autodetect." echo " --makeopts= Make options such as -j2, etc..." echo " --mountboot Mount /boot automatically" echo " --no-mountboot Don't mount /boot automatically" @@ -70,14 +71,16 @@ longusage() { echo " --gensplash-res= Select gensplash resolutions" echo " --do-keymap-auto Forces keymap selection at boot" echo " --evms2 Include EVMS2 support" - echo " --> 'emerge evms' in the host operating system first" + echo " --> 'emerge evms' in the host operating system" + echo " first" echo " --lvm2 Include LVM2 support" # echo " --unionfs Include UNIONFS support" echo " --dmraid Include DMRAID support" echo " --slowusb Enables extra pauses for slow USB CD boots" echo " --bootloader=grub Add new kernel to GRUB configuration" echo " --linuxrc= Specifies a user created linuxrc" - echo " --disklabel Include disk label and uuid support in your initrd" + echo " --disklabel Include disk label and uuid support in your" + echo " initrd" echo " Internals" echo " --arch-override= Force to arch instead of autodetect" echo " --cachedir= Override the default cache location" @@ -85,20 +88,24 @@ longusage() { echo " --postclear Clear all tmp files and caches after genkernel has run" echo " Output Settings" echo " --kernname=<...> Tag the kernel and initrd with a name:" - echo " If not defined the option defaults to 'genkernel'" + echo " If not defined the option defaults to" + echo " 'genkernel'" echo " --minkernpackage= File to output a .tar.bz2'd kernel and initrd:" - echo " No modules outside of the initrd will be" - echo " included..." - echo " --modulespackage= File to output a .tar.bz2'd modules after the callbacks have run" - echo " --kerncache= File to output a .tar.bz2'd kernel," - echo " contents of /lib/modules/ and the kernel config" - echo " NOTE: This is created before the callbacks are run!" - echo " --no-kernel-sources This option is only valid if kerncache is defined" - echo " If there is a valid kerncache no checks will be made" - echo " against a kernel source tree" + echo " No modules outside of the initrd will be" + echo " included..." + echo " --modulespackage= File to output a .tar.bz2'd modules after the" + echo " callbacks have run" + echo " --kerncache= File to output a .tar.bz2'd kernel contents" + echo " of /lib/modules/ and the kernel config" + echo " NOTE: This is created before the callbacks" + echo " are run!" + echo " --no-kernel-sources This option is only valid if kerncache is" + echo " defined. If there is a valid kerncache no checks" + echo " will be made against a kernel source tree" echo " --initramfs-overlay=" echo " Directory structure to include in the initramfs," - echo " only available on 2.6 kernels that don't use bootsplash" + echo " only available on 2.6 kernels that do not use" + echo " bootsplash" } usage() { -- 2.26.2