fedora-docker-base: remove machine-id after installation so that systemd can set it properly

This commit is contained in:
Vaclav Pavlin 2015-02-06 13:43:59 +01:00
parent 6bf1907a10
commit 8f3beacf10
1 changed files with 1 additions and 0 deletions

View File

@ -59,5 +59,6 @@ sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
#Mask mount units and getty service so that we don't get login prompt
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
rm -f /etc/machine-id
%end