diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-04 03:27:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-04 03:28:00 +0000 |
commit | a141d71531669dc888911c9141fd98ade753d200 (patch) | |
tree | 6612fc7ddc58840c564131d384af6d4f01ee5b2a /arch/mips | |
parent | Bump version to 3.4.20 (diff) | |
download | genkernel-a141d71531669dc888911c9141fd98ade753d200.tar.gz genkernel-a141d71531669dc888911c9141fd98ade753d200.tar.bz2 genkernel-a141d71531669dc888911c9141fd98ade753d200.zip |
Improve option handling.
Provide real boolean commandline options for options that were
previously only available as booleans in the config, so that they can be
enable in configuration and overridden to disable on the commandline.
Remove negation on options: NOINSTALL, NORAMDISKMODULES,
NO_KERNEL_SOURCES.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'arch/mips')
-rwxr-xr-x | arch/mips/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/config.sh b/arch/mips/config.sh index 05b3c82..9d49c09 100755 --- a/arch/mips/config.sh +++ b/arch/mips/config.sh @@ -16,7 +16,7 @@ DISKLABEL=0 # genkernel on mips is only used for LiveCDs && netboots. Catalyst # will know where to get the kernels at. -CMD_NOINSTALL=1 +CMD_INSTALL=0 # # Arch-specific defaults that can be overridden in the config file or on the |