Skip to content
Snippets Groups Projects
Commit 192a4e73 authored by Bob Mottram's avatar Bob Mottram
Browse files

Use console variable

parent cde04397
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment