fix config_debs() and include it in grml-autoconfig
[grml-autoconfig.git] / autoconfig.functions
index ba0fe2c..a1a2126 100755 (executable)
@@ -1802,8 +1802,7 @@ fi
 config_debs(){
 if checkbootparam "debs" ; then
   DEBS="$(getbootparam 'debs' 2>>$DEBUG)"
 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
 }
   dpkg -i /cdrom/debs/$DEBS* ; eend $?
 fi
 }