From 192a4e73b022830d13b18e5b4a32df5e085934d5 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sun, 20 Jan 2019 15:40:10 +0000 Subject: [PATCH] Use console variable --- src/freedombone-image-hardware-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-hardware-setup b/src/freedombone-image-hardware-setup index 79b75f651..e611accbc 100755 --- a/src/freedombone-image-hardware-setup +++ b/src/freedombone-image-hardware-setup @@ -228,7 +228,7 @@ EOF else cat >> /boot/boot.cmd <<EOF scsi scan -setenv bootargs init=/lib/systemd/systemd console=ttyO0,115200n8 root=/dev/${arm_root_device} panic=10 rootflags=subvol=@ ro ${fstype} rootwait fixrtc earlyprintk ifnames=0 slub_debug=FZP slab_nomerge page_poison=1 +setenv bootargs init=/lib/systemd/systemd console=${arm_boot_console} root=/dev/${arm_root_device} panic=10 rootflags=subvol=@ ro ${fstype} rootwait fixrtc earlyprintk ifnames=0 slub_debug=FZP slab_nomerge page_poison=1 fatload ${arm_boot_device} ${arm_fdtaddr} /dtbs/${dtb}.dtb fatload ${arm_boot_device} ${arm_loadaddr} ${vmlinuz} fatload ${arm_boot_device} ${arm_initrd_addr} ${initRd} -- GitLab