diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index 4b1b47c..b1e3e05 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -27,6 +27,6 @@ systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connec # This unmounts /run (tmpfs) and then recreates the files # in the /run directory on the root filesystem of the container umount /run -systemd-tmpfiles --create --boot +systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot %end