From bdd58f15f68b946ddbe7cc8f693e69c59461e74f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 23 Oct 2006 00:33:34 +0200 Subject: [PATCH] add $CONFIG_DEBS to autoconfig[.small] --- autoconfig | 1 + autoconfig.small | 1 + 2 files changed, 2 insertions(+) diff --git a/autoconfig b/autoconfig index 86f2ef2..eeeae27 100644 --- a/autoconfig +++ b/autoconfig @@ -73,6 +73,7 @@ CONFIG_CDROM_SCRIPTS='yes' # run scripts from /cdrom/scripts CONFIG_CONSOLE='yes' # activate mgetty when using console=... as bootparam CONFIG_CREATE_MNT_DIRS='no' # create /mnt-directories CONFIG_DEBNET='yes' # search for /etc/network/interfaces on partitions and set up network afterwards +CONFIG_DEBS='yes' # check for bootoption debs for installing .debs CONFIG_DEBUG='yes' # activate start of shells during startup at several stages CONFIG_DISCOVER='no' # use discover for hardware detection CONFIG_DISTCC='yes' # activate and setup distcc through bootparam distcc=$NETWORK,$INTERFACE diff --git a/autoconfig.small b/autoconfig.small index 8807413..76e199a 100644 --- a/autoconfig.small +++ b/autoconfig.small @@ -73,6 +73,7 @@ CONFIG_CDROM_SCRIPTS='yes' # run scripts from /cdrom/scripts CONFIG_CONSOLE='yes' # activate mgetty when using console=... as bootparam CONFIG_CREATE_MNT_DIRS='no' # create /mnt-directories CONFIG_DEBNET='yes' # search for /etc/network/interfaces on partitions and set up network afterwards +CONFIG_DEBS='yes' # check for bootoption debs for installing .debs CONFIG_DEBUG='yes' # activate start of shells during startup at several stages CONFIG_DISCOVER='no' # use discover for hardware detection CONFIG_DISTCC='no' # activate and setup distcc through bootparam distcc=$NETWORK,$INTERFACE -- 2.1.4