From: Michael Prokop Date: Sun, 22 Oct 2006 22:32:16 +0000 (+0200) Subject: fix config_debs() and include it in grml-autoconfig X-Git-Tag: 0.5-16~2 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=693e026630deb9c4f697dc129714513499603399 fix config_debs() and include it in grml-autoconfig --- diff --git a/autoconfig.functions b/autoconfig.functions index ba0fe2c..a1a2126 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1802,8 +1802,7 @@ fi config_debs(){ if checkbootparam "debs" ; then DEBS="$(getbootparam 'debs' 2>>$DEBUG)" - [ -z "$CONFIG" ] && CONFIG="/cdrom/debs/*" - einfo "Tring to install debian package(s) ${DEBS}:" + einfo "Tring to install debian package(s) ${DEBS}" dpkg -i /cdrom/debs/$DEBS* ; eend $? fi } diff --git a/grml-autoconfig b/grml-autoconfig index 43fdeae..337c3fc 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -187,6 +187,8 @@ checkvalue $CONFIG_HOMEDIR && config_homedir checkvalue $CONFIG_MYCONFIG && config_myconfig +checkvalue $CONFIG_DEBS && config_debs + [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "||||||||">/dev/tty7 checkvalue $CONFIG_CDROM_SCRIPTS && config_cdrom_scripts