X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=35bffaa80915702f54f435c1d31f4cbe17d056c5;hp=e4fe0eb0ba0782a0eab0506244d1405fd48c8bec;hb=bc6656c8a62d5b89aad347ebed4c81cc14e8cbdd;hpb=b9e2bd50c1b33dd544d0c0ddacc58376bdc3c0f3;ds=sidebyside diff --git a/autoconfig.functions b/autoconfig.functions index e4fe0eb..35bffaa 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -34,10 +34,10 @@ iszsh && setopt no_nomatch # || echo "Warning: not running under zsh!" # {{{ Read in boot parameters if [ -z "$CMDLINE" ]; then - # if CMDLINE was set from the outside, we're debugging. Otherwise, take - # CMDLINE from Kernel and config files + # if CMDLINE was set from the outside, we're debugging. + # Otherwise, take CMDLINE from Kernel and config files. CMDLINE="$(cat /proc/cmdline)" - [ -d /cdrom/bootparams/ ] && CMDLINE="$CMDLINE $(cat /cdrom/bootparams/* | tr '\n' ' ')" + [ -d /cdrom/bootparams/ ] && CMDLINE="$CMDLINE $(cat /cdrom/bootparams/* | tr '\n' ' ')" [ -d /live/image/bootparams/ ] && CMDLINE="$CMDLINE $(cat /live/image/bootparams/* | tr '\n' ' ')" fi # }}} @@ -1590,19 +1590,6 @@ fi # checkbootparam home } # }}} -# {{{ Check for scripts on CD-ROM -# this is also executed when the scripts option is called. Is this a bug -# or intended? -config_cdrom_scripts(){ -if checkbootparam "script"; then - for script in "${LIVECD_PATH}"/scripts/* ; do - einfo " grml script found on CD, executing ${WHITE}${script}${NORMAL}." - . $script - done -fi -} -# }}} - # {{{ Sound config_mixer(){ if ! [ -x /usr/bin/aumix ] ; then