diff --git a/src/minimal_rootfs/etc/inittab b/src/minimal_rootfs/etc/inittab index 59135d948..dc098e98e 100644 --- a/src/minimal_rootfs/etc/inittab +++ b/src/minimal_rootfs/etc/inittab @@ -7,12 +7,12 @@ ::shutdown:echo -e "\n \\e[1mSee you soon!\\e[0m\n" ::shutdown:sleep 1 ::ctrlaltdel:/sbin/reboot -::once:cat /etc/msg/welcome.txt +::once:cat /etc/motd ::respawn:/bin/cttyhack /bin/sh -tty2::once:cat /etc/msg/welcome.txt +tty2::once:cat /etc/motd tty2::respawn:/bin/sh -tty3::once:cat /etc/msg/welcome.txt +tty3::once:cat /etc/motd tty3::respawn:/bin/sh -tty4::once:cat /etc/msg/welcome.txt +tty4::once:cat /etc/motd tty4::respawn:/bin/sh diff --git a/src/minimal_rootfs/etc/msg/welcome.txt b/src/minimal_rootfs/etc/motd similarity index 100% rename from src/minimal_rootfs/etc/msg/welcome.txt rename to src/minimal_rootfs/etc/motd