X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=50fdf81b7418aeea9cd106ee7fd99696c3a98e1c;hp=b8579b78e1f794c4d05f735853b9d83867cf05bb;hb=362b637609257e6e1c607eaa13875bdcc6aee014;hpb=07ee839b3a77461c10b8313b5a8371de00748af4 diff --git a/autoconfig.functions b/autoconfig.functions index b8579b7..50fdf81 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1850,7 +1850,7 @@ create_mnt_dirs(){ config_x_startup(){ # make sure we start X only if startx is used *before* a nostartx option # so it's possible to disable automatic X startup using nostart -if checkbootparam 'startx' && ! grep -q 'startx.*nostartx' "$CMDLINE" ; then +if checkbootparam 'startx' && ! echo "$CMDLINE" | grep -q 'startx.*nostartx' ; then if [ -x /usr/X11R6/bin/X ] ; then if [ -z "$INSTALLED" ] ; then WINDOWMANAGER="$(getbootparam 'startx' 2>>$DEBUG)"