1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-19 15:29:52 +02:00

add initramfs recipe

This commit is contained in:
DanyLE
2023-08-01 12:06:45 +02:00
parent 453785a03d
commit 3cfd696935
3 changed files with 36 additions and 3 deletions

View File

@ -12,7 +12,7 @@ EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
usermod -a -G avahi diya; \
usermod -a -G sudo diya \
"
IMAGE_BOOT_FILES:append = "fs_resize core-image-tiny-initramfs-${MACHINE}.cpio.gz "
IMAGE_BOOT_FILES:append = "fs_resize core-image-recovery-${MACHINE}.cpio.gz "
IMAGE_INSTALL:append = "libcurl \
libdrm \