config BR2_PACKAGE_AIMEE_OS_UTILS bool select BR2_PACKAGE_BTRFS_PROGS select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_BINARIES select BR2_PACKAGE_UTIL_LINUX_MOUNTPOINT select BR2_PACKAGE_UTIL_LINUX_PARTX select BR2_PACKAGE_UTIL_LINUX_SWITCH_ROOT select BR2_PACKAGE_WGET select BR2_TARGET_GRUB2_INSTALL_TOOLS if BR2_PACKAGE_AIMEE_OS_UTILS config AIMEE_OS_ROOT_SHELL bool "Spawn a root shell on the serial console by default" help With this option enabled, the system will boot up normally, with a root shell connected to the default serial console. This is useful for initial provisioning and troubleshooting. if AIMEE_OS_ROOT_SHELL config AIMEE_OS_ROOT_SHELL_CONSOLE string "Console name" default ttyAMA0 help Name of the console device where the root shell will be spawned. Do not include the /dev prefix endif endif