configs/qemu: Enable debug shell on ttyAMA0
Aimee OS/aimee-os/pipeline/head This commit looks good
Details
Aimee OS/aimee-os/pipeline/head This commit looks good
Details
We set the default kernel command-line arguments to tell systemd to spawn a debug shell on the serial console, instead of the default getty. This will allow tests to run commands directly on the console, without any authentication, etc.
parent
47ddc1e834
commit
6547b2b303
|
@ -16,4 +16,5 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
|||
# BR2_PACKAGE_BUSYBOX is not set
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
AIMEEOS=y
|
||||
AIMEEOS_DEFAULT_ROOTFLAGS="systemd.mask=serial-getty@ttyAMA0 systemd.debug_shell systemd.default_debug_tty=ttyAMA0"
|
||||
BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI="boot configfile echo efi_gop fat gzio linux loadenv minicmd normal part_gpt probe regexp squash4 terminfo test zstd"
|
||||
|
|
Loading…
Reference in New Issue