X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=f57a890e19830e81803a8c6a6cc3beca199340e8;hp=7d7b3acfb27f9d2cbe7edbba34895a169f90203a;hb=411752d77a5a9f7d795653a33434c121094f6aee;hpb=de6bc314c0d635a81eb378792d42babdd44bc2e0 diff --git a/grml-autoconfig b/grml-autoconfig index 7d7b3ac..f57a890 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -53,12 +53,6 @@ mount_pts mount_sys # }}} -# {{{ Read in boot parameters -CMDLINE="$(cat /proc/cmdline)" -[ -d /cdrom/bootparams/ ] && CMDLINE="$CMDLINE $(cat /cdrom/bootparams/* | tr '\n' ' ')" -[ -d /live/image/bootparams/ ] && CMDLINE="$CMDLINE $(cat /live/image/bootparams/* | tr '\n' ' ')" -# }}} - # {{{ main grml-autoconfig checkvalue $CONFIG_DEBUG && config_debug