Update sed expression for boot option 'fast'
authorChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 08:38:49 +0000 (09:38 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 08:38:49 +0000 (09:38 +0100)
autoconfig.functions

index c514c57..081aaca 100755 (executable)
@@ -551,7 +551,7 @@ eoutdent
 config_fast(){
 if checkbootparam 'fast'; then
   ewarn "Bootoption fast detected. Skipping startup of grml-quickconfig."
 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
 }
   /sbin/telinit q ; eend $?
 fi
 }