Add sulogin to make the systemd recovery.target work (#1139)

The systemd recovery.target starts a shell using sulogin. This can be
useful to debug Home Assistant OS if it isn't able to boot completely
anymore.
This commit is contained in:
Stefan Agner
2020-12-29 20:57:52 +01:00
committed by GitHub
parent 381d2aa8f7
commit 98ab22c119
14 changed files with 14 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ BR2_PACKAGE_UTIL_LINUX_PARTX=y
BR2_PACKAGE_UTIL_LINUX_ZRAMCTL=y
BR2_PACKAGE_UTIL_LINUX_LOGIN=y
BR2_PACKAGE_UTIL_LINUX_NOLOGIN=y
BR2_PACKAGE_UTIL_LINUX_SULOGIN=y
BR2_PACKAGE_USB_MODESWITCH=y
BR2_PACKAGE_USB_MODESWITCH_DATA=y
BR2_TARGET_ROOTFS_SQUASHFS=y