Hide ISOLINUX banner during boot
This commit is contained in:
parent
6a605e169a
commit
8a29b66c85
1
basic.sh
1
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
|
||||
|
@ -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
|
||||
|
4
basic/boot/spotter.txt
Normal file
4
basic/boot/spotter.txt
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
Startuji SpotterVM...
|
||||
|
Loading…
Reference in New Issue
Block a user