X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=d38aee431db4bc92a698a4ceb502e63dd9894689;hp=4b07eb5802208411954fc940e82f0e52dfe73b3e;hb=de6bc314c0d635a81eb378792d42babdd44bc2e0;hpb=739c45378de4254773686121c1fb8fe832c9de83 diff --git a/autoconfig.functions b/autoconfig.functions index 4b07eb5..d38aee4 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1959,7 +1959,7 @@ fi if [ -n "$DCSDIR" ]; then einfo "Debs, config, scripts will be read from $DCSDIR." ; eend 0 -else +elif checkbootparam 'debs' || checkbootparam 'config' || checkbootparam 'scripts'; then einfo "Debs, config, scripts will be read from the live image directly." ; eend 0 fi }