summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/enea-nfv-access-host-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 7de5dcd..88ca13b 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -52,7 +52,7 @@ python __anonymous () {
52# Before building the OSTree image, move DPKG data to /usr/dpkg, because 52# Before building the OSTree image, move DPKG data to /usr/dpkg, because
53# OSTree does not preserve the contents of /var 53# OSTree does not preserve the contents of /var
54IMAGE_CMD_ostree_prepend () { 54IMAGE_CMD_ostree_prepend () {
55 install -d 0644 ${IMAGE_ROOTFS}/usr/dpkg/ 55 install -d ${IMAGE_ROOTFS}/usr/dpkg/
56 56
57 mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/ 57 mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/
58} 58}