Skip to content

Commit

Permalink
fix config_debs() and include it in grml-autoconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Oct 22, 2006
1 parent 6dc769b commit 693e026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions autoconfig.functions
Expand Up @@ -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
}
Expand Down
2 changes: 2 additions & 0 deletions grml-autoconfig
Expand Up @@ -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
Expand Down

0 comments on commit 693e026

Please sign in to comment.