mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-25 00:23:10 +00:00
Move manipulation of machine-id above systemd-tmpfiles
For complicated reasons the systemd-tmpfiles call acutally fails and causes the rest of the kspost to not get run. This commit makes it the last thing to get run. This has been fixed in future branches with a more complicated set of patches: - https://pagure.io/fedora-kickstarts/c/a4ae071 - https://pagure.io/fedora-kickstarts/c/f6ecdc3 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
6553b85eba
commit
26be0f2d85
@ -84,12 +84,12 @@ rm -f /tmp/ks-script*
|
||||
#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
|
||||
|
||||
# Fix /run/lock breakage since it's not tmpfs in docker
|
||||
umount /run
|
||||
systemd-tmpfiles --create --boot
|
||||
|
||||
# Remove machine-id on pre generated images
|
||||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# Fix /run/lock breakage since it's not tmpfs in docker
|
||||
umount /run
|
||||
systemd-tmpfiles --create --boot
|
||||
|
||||
%end
|
||||
|
Loading…
Reference in New Issue
Block a user