summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-05-10 10:48:34 +0000
committerAlyssa Ross <hi@alyssa.is>2022-05-10 10:49:47 +0000
commit316da12490fbe99ebcd54cbf9718fdeaabf19639 (patch)
tree9195a4502029725c9c6295ba9537f38a1b5775c1
parent579fd8d9df47f90ce684edda017bf5dc882f258c (diff)
downloadspectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.tar
spectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.tar.gz
spectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.tar.bz2
spectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.tar.lz
spectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.tar.xz
spectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.tar.zst
spectrum-316da12490fbe99ebcd54cbf9718fdeaabf19639.zip
img/live: show logs on the VT as well as serial
Having logs to serial is great for testing on a VM, but it makes it
difficult to debug issues on hardware.  So let's have both.
-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