X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=47fcc119fe9ba3cd258ea30856ffb6b89c1e7f3c;hp=2f7e3132ea50acd160d71e9e741a2527d489f5ef;hb=28c2a31c8e74fdecbacfec3934ef7c4f3e584d67;hpb=5673bdaf4ac40eef79d2a3303fd8904bb5952340 diff --git a/autoconfig.functions b/autoconfig.functions index 2f7e313..47fcc11 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1379,8 +1379,7 @@ if checkbootparam 'startx' && ! echo "$CMDLINE" | grep -q 'startx.*nostartx' ; t if [ -z "$INSTALLED" ] ; then WINDOWMANAGER="$(getbootparam 'startx' 2>>$DEBUG)" if [ -z "$WINDOWMANAGER" ] ; then - einfo "No window manager specified. Taking ${WHITE}wm-ng${NORMAL} as default." && eend 0 - WINDOWMANAGER="wm-ng" + einfo "No window manager specified. Using default one." && eend 0 else einfo "Window manager ${WHITE}${WINDOWMANAGER}${NORMAL} found as bootoption." && eend 0 fi @@ -1388,7 +1387,7 @@ if checkbootparam 'startx' && ! echo "$CMDLINE" | grep -q 'startx.*nostartx' ; t config_userfstab || fstabuser='grml' cat>|/etc/init.d/xstartup<