Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
e1a885c7
Commit
e1a885c7
authored
Oct 15, 2020
by
Sven-Hendrik Haase
Browse files
Merge branch 'remove-machine-id' into 'master'
Readd "remove machine-id" logic Closes
#117
See merge request
!141
parents
7da735e2
42d4e6e2
Pipeline
#2817
passed with stages
in 30 minutes and 30 seconds
Changes
1
Pipelines
29
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
e1a885c7
...
...
@@ -79,6 +79,11 @@ EOF
# Misc "tweaks" done after bootstrapping
function
postinstall
()
{
# Remove machine-id see:
# https://gitlab.archlinux.org/archlinux/arch-boxes/-/issues/25
# https://gitlab.archlinux.org/archlinux/arch-boxes/-/issues/117
rm
"
${
MOUNT
}
/etc/machine-id"
arch-chroot
"
${
MOUNT
}
"
/usr/bin/btrfs subvolume create /swap
chattr +C
"
${
MOUNT
}
/swap"
chmod
0700
"
${
MOUNT
}
/swap"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment