Skip to content

Commit bc42b58

Browse files
committed
initramfs-tiny-image: replace debug-tweaks feature
The `debug-tweaks` IMAGE_FEATURE has been dropped in favour of explicitly using corresponding features. Replace it with the suggested list of features. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent fb4eed7 commit bc42b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-test/images/initramfs-tiny-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGE_INSTALL = " \
99
"
1010

1111
# Do not pollute the initrd image with rootfs features
12-
IMAGE_FEATURES = "debug-tweaks"
12+
IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login post-install-logging"
1313
IMAGE_LINGUAS = ""
1414

1515
LICENSE = "MIT"

0 commit comments

Comments
 (0)