From 316da12490fbe99ebcd54cbf9718fdeaabf19639 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 10 May 2022 10:48:34 +0000 Subject: 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. --- img/live/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1