fix: diya-resizefs install error
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user