From: Michael Prokop Date: Sun, 22 Oct 2006 22:33:34 +0000 (+0200) Subject: add $CONFIG_DEBS to autoconfig[.small] X-Git-Tag: 0.5-16~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=bdd58f15f68b946ddbe7cc8f693e69c59461e74f add $CONFIG_DEBS to autoconfig[.small] --- 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