Skip to content

Commit

Permalink
Reset machine-id instead of removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 7, 2019
1 parent fc1f8d5 commit 8a8bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ rm -f "$DEST/usr/sbin/policy-rc.d"
rm -f "$DEST/usr/local/bin/mdadm"
rm -f "$DEST/var/lib/dbus/machine-id"
rm -f "$DEST/etc/flash-kernel/machine"
rm -f "$DEST/etc/machine-id"
: > "$DEST/etc/machine-id"
rm -f "$DEST/SHA256SUMS"

echo "Done - installed rootfs to $DEST"

0 comments on commit 8a8bdc4

Please sign in to comment.