From a18ac56c34c92e182116c7811eb90edce9f3ccc1 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 17 Nov 2011 09:38:49 +0100 Subject: [PATCH] Update sed expression for boot option 'fast' --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index c514c57..081aaca 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -551,7 +551,7 @@ eoutdent config_fast(){ if checkbootparam 'fast'; then ewarn "Bootoption fast detected. Skipping startup of grml-quickconfig." - sed -i 's#^1:.*#1:12345:respawn:/usr/bin/openvt -f -c 1 -w -- /bin/zsh#' /etc/inittab + sed -i '/1:/s#/usr/share/grml-scripts/run-welcome#/bin/zsh#' /etc/inittab /sbin/telinit q ; eend $? fi } -- 2.1.4