From 693e026630deb9c4f697dc129714513499603399 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 23 Oct 2006 00:32:16 +0200 Subject: [PATCH] fix config_debs() and include it in grml-autoconfig --- autoconfig.functions | 3 +-- grml-autoconfig | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.1.4