Ugh, pointed to wrong directory (should be /var/lib/dbus). Fixed.

This commit is contained in:
Gunnar Wolf 2021-06-08 11:57:34 -05:00
parent 75698b0feb
commit 5aadb0116a
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ steps:
rm "${ROOT?}/etc/resolv.conf" rm "${ROOT?}/etc/resolv.conf"
root-fs: / root-fs: /
# Clear /etc/machine-id and /var/lib/bus/machine-id, as both should # Clear /etc/machine-id and /var/lib/dbus/machine-id, as both should
# be auto-generated upon first boot. From the manpage # be auto-generated upon first boot. From the manpage
# (machine-id(5)): # (machine-id(5)):
# #
@ -162,4 +162,4 @@ steps:
# Note this will also trigger ConditionFirstBoot=yes for systemd. # Note this will also trigger ConditionFirstBoot=yes for systemd.
- chroot: / - chroot: /
shell: | shell: |
rm -f /etc/machine-id /var/lib/bus/machine-id rm -f /etc/machine-id /var/lib/dbus/machine-id