From a141d71531669dc888911c9141fd98ade753d200 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 4 Jan 2012 03:27:20 +0000 Subject: 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 --- arch/mips/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips') diff --git a/arch/mips/config.sh b/arch/mips/config.sh index 05b3c820..9d49c09b 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 -- cgit v1.2.3-65-gdbad