clean up some of the help output

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@142 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Mike Frysinger 21 years ago
parent 389b51f0c9
commit 6ce56e0b95

@ -37,12 +37,11 @@ longusage() {
echo " --no-install Do not install the kernel after building"
echo " --no-initrdmodules Don't copy any modules to the initrd"
echo " --udev Enables udev support in your initrd"
echo " --no-udev Remove udev support."
echo " --callback=<...> Run the specified arguments after"
echo " the kernel and modules have been"
echo " compiled."
echo " --no-udev Disable udev support"
echo " --callback=<...> Run the specified arguments after the"
echo " kernel and modules have been compiled"
echo " --postconf=<...> Run the specified arguments after"
echo " the kernel has been configured."
echo " the kernel has been configured"
echo " Kernel settings"
echo " --kerneldir=<dir> Location of the kernel sources"
echo " --kernel-config=<file> Kernel configuration file to use for compilation"
@ -57,14 +56,14 @@ longusage() {
echo " --utils-as=<assembler> Assembler to use for utils"
echo " --utils-ld=<linker> Linker to use for utils"
echo " --utils-make=<makeprog> GNU Make to use for utils"
echo " --makeopts=<makeopts> Make options such as -j2, etc."
echo " --makeopts=<makeopts> Make options such as -j2, etc..."
echo " --mountboot Mount /boot automatically"
echo " --no-mountboot Don't mount /boot automatically"
echo " Initialization"
echo " --bootsplash=<theme> Force bootsplash using <theme>."
echo " --gensplash=<theme> Force gensplash using <theme>."
echo " --do-keymap-auto Forces keymap selection at boot."
echo " --no-lvm2 Don't add in LVM2 support."
echo " --bootsplash=<theme> Force bootsplash using <theme>"
echo " --gensplash=<theme> Force gensplash using <theme>"
echo " --do-keymap-auto Forces keymap selection at boot"
echo " --no-lvm2 Don't include LVM2 support"
echo " --bootloader=grub Add new kernel to GRUB configuration"
echo " Internals"
echo " --arch-override=<arch> Force to arch instead of autodetect"

Loading…
Cancel
Save