fix: diya-resizefs install error

This commit is contained in:
2026-04-09 01:09:41 +02:00
parent 8297499157
commit 6fd598fabf

View File

@@ -12,6 +12,9 @@ SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} = "resize2fs.service" SYSTEMD_SERVICE:${PN} = "resize2fs.service"
do_install() { do_install() {
install -d ${D}/${sysconfdir}
install -d ${D}/usr/sbin
install -d ${D}${systemd_unitdir}/system
install -m 0644 ${UNPACKDIR}/firstboot ${D}${sysconfdir}/firstboot install -m 0644 ${UNPACKDIR}/firstboot ${D}${sysconfdir}/firstboot
install -m 0755 ${UNPACKDIR}/expandfs ${D}/usr/sbin/expandfs install -m 0755 ${UNPACKDIR}/expandfs ${D}/usr/sbin/expandfs
install -D -p -m0644 ${UNPACKDIR}/resize2fs.service \ install -D -p -m0644 ${UNPACKDIR}/resize2fs.service \