From 8a29b66c85819b9cd13c9661ce5a656849dde2f0 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 28 Jan 2018 10:29:14 +0100 Subject: [PATCH] Hide ISOLINUX banner during boot --- basic.sh | 1 + basic/boot/extlinux.conf | 5 ++++- basic/boot/spotter.txt | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 basic/boot/spotter.txt diff --git a/basic.sh b/basic.sh index fbbbca1..b1c2403 100755 --- a/basic.sh +++ b/basic.sh @@ -14,6 +14,7 @@ cp ${SOURCE_DIR}/root/.config/htop/htoprc /root/.config/htop/htoprc # Copy boot configuration cp ${SOURCE_DIR}/boot/extlinux.conf /boot/extlinux.conf +cp ${SOURCE_DIR}/boot/spotter.txt /boot/spotter.txt cp ${SOURCE_DIR}/etc/inittab /etc/inittab # Enable support for Czech characters diff --git a/basic/boot/extlinux.conf b/basic/boot/extlinux.conf index 1a12bf4..5b1e17f 100644 --- a/basic/boot/extlinux.conf +++ b/basic/boot/extlinux.conf @@ -1,5 +1,8 @@ DEFAULT vm -SAY Startuji SpotterVM... +PROMPT 0 +ALLOWOPTIONS 0 +NOESCAPE 1 +DISPLAY spotter.txt LABEL vm LINUX vmlinuz-virthardened INITRD initramfs-virthardened diff --git a/basic/boot/spotter.txt b/basic/boot/spotter.txt new file mode 100644 index 0000000..17896bd --- /dev/null +++ b/basic/boot/spotter.txt @@ -0,0 +1,4 @@ + + +Startuji SpotterVM... +