summary refs log tree commit diff
path: root/img/live/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'img/live/Makefile')
-rw-r--r--img/live/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/live/Makefile b/img/live/Makefile
index f9db2d8..9c17f27 100644
--- a/img/live/Makefile
+++ b/img/live/Makefile
@@ -26,7 +26,7 @@ build/spectrum.conf: build/rootfs.verity.roothash
 	printf "title Spectrum\n" > $@
 	printf "linux /spectrum/linux\n" >> $@
 	printf "initrd /spectrum/initrd\n" >> $@
-	printf "options ro console=ttyS0 roothash=" >> $@
+	printf "options ro console=tty console=ttyS0 roothash=" >> $@
 	cat build/rootfs.verity.roothash >> $@
 
 build/boot.fat: $(KERNEL) $(INITRAMFS) $(SYSTEMD_BOOT_EFI) build/spectrum.conf