From 19c54e24115a51f308fe446e1b8c942f9828321b Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Wed, 11 May 2016 00:17:18 +0300 Subject: [PATCH] The tty ANSI code for the welcome message is set to 0 (disabled) because VirtualBox seems to execute 'respawn' tasks along with 'once' tasks (concurrency issue). However, in QEMU this feature works perfectly fine. --- src/minimal_rootfs/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_rootfs/etc/inittab b/src/minimal_rootfs/etc/inittab index 940d8370f..c7a19d609 100644 --- a/src/minimal_rootfs/etc/inittab +++ b/src/minimal_rootfs/etc/inittab @@ -7,7 +7,7 @@ ::shutdown:echo -e "\n\\e[32mSee you soon! :)\\e[0m\n" ::shutdown:sleep 1 ::ctrlaltdel:/sbin/reboot -::once:/etc/welcome.sh 32 +::once:/etc/welcome.sh 0 ::respawn:/bin/cttyhack /bin/sh tty2::once:cat /etc/welcome.txt tty2::respawn:/bin/sh