Skip to content
Snippets Groups Projects
Commit 0b60f5a4 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Remove "remove machine-id" logic

A machine-id is never generated, as the system isn't booted.
parent d029fbe4
No related branches found
No related tags found
No related merge requests found
......@@ -94,9 +94,6 @@ function postinstall() {
# Cleanup the image and trim it
function image_cleanup() {
# Remove machine-id: see https://github.com/archlinux/arch-boxes/issues/25
rm "${MOUNT}/etc/machine-id"
# Remove pacman key ring for re-initialization
rm -rf "${MOUNT}/etc/pacman.d/gnupg/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment