We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8110013 commit 1a5ee96Copy full SHA for 1a5ee96
lib/functions/rootfs/rootfs-create.sh
@@ -342,7 +342,7 @@ function create_new_rootfs_cache_via_debootstrap() {
342
# please reinitialize this to uninitialized. Do note that systemd will start all services then by
343
# default and that has to be handled by setting system presets.
344
run_host_command_logged echo -n ">" "${SDCARD}/etc/machine-id"
345
- run_host_command_logged rm -fv "${SDCARD}/var/lib/dbus/machine-id"
+ schedule_deletion "${SDCARD}/var/lib/dbus/machine-id"
346
347
# Mask `systemd-firstboot.service` which will prompt locale, timezone and root-password too early.
348
# `armbian-first-run` will do the same thing later
0 commit comments