X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=autoconfig.functions;h=577e3b0a832dfab4002893771d3cbd3158541540;hb=b9ded1804ee9d43b711f2935aa5d400b657d4f43;hp=34ff4f8e09338af218ee5fe6ffc92443e46816a7;hpb=cf7b0ee4786cdd92c4ae5f34fe7b20bd209abe0e;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index 34ff4f8..577e3b0 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1737,11 +1737,6 @@ if checkbootparam 'scripts' || [ "$DCSMP" = "/mnt/grmlcfg" ]; then # backwards compatibility: if no path is given get scripts from scripts/ SCRIPTS="scripts/$SCRIPTS" fi - if [ "$DCSMP" = "/mnt/grmlcfg" ]; then - # we are executing from a GRMLCFG labeled fs - # kick everything we have done before and start over - SCRIPTS="$(cd ${DCSDIR}; /bin/ls -1d [Gg][Rr][Mm][Ll].[Ss][Hh] 2>>$DEBUG)" - fi if [ -n "$SCRIPTS" ]; then SCRIPTS="${DCSDIR}/$SCRIPTS" if [ "$DCSMP" = "/mnt/grmlcfg" ]; then