X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=e4fe0eb0ba0782a0eab0506244d1405fd48c8bec;hp=19fdbf6400f889e242a0822721e2940d525197fd;hb=b9e2bd50c1b33dd544d0c0ddacc58376bdc3c0f3;hpb=73ba2ea4706132edb816e3c1b15f5b83ffeee38d diff --git a/autoconfig.functions b/autoconfig.functions index 19fdbf6..e4fe0eb 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1974,7 +1974,7 @@ if [ -n "$DCSDIR" ]; then else einfo "Debs, config, scripts will be read from the CD image directly." ; eend 0 fi -} +} config_partconf() { @@ -2045,7 +2045,7 @@ if checkbootparam config ; then if [ -n "$CONFIG" ]; then if [ -d "${DCSDIR}/${CONFIG}" ] ; then einfo "Taking configuration from directory ${DCSDIR}/${CONFIG}" - + cp -a ${DCSDIR}/${CONFIG}/* / elif [ -f "${DCSDIR}/${CONFIG}" ]; then einfo "Extracting configuration from file ${DCSDIR}/${CONFIG}"