X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=577e3b0a832dfab4002893771d3cbd3158541540;hp=34ff4f8e09338af218ee5fe6ffc92443e46816a7;hb=da0eb41311219114b01918f36e6ec051bf22e472;hpb=cf7b0ee4786cdd92c4ae5f34fe7b20bd209abe0e 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