Skip to content

Commit

Permalink
Merge pull request #129 from Marcerisson/fix_systemd_machine_id
Browse files Browse the repository at this point in the history
install_scripts: bootstrap_arch_linux: initialize machine ID
  • Loading branch information
audebert committed Nov 5, 2018
2 parents c0e5943 + fc747e4 commit b43bc2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_scripts/bootstrap_arch_linux.sh
Expand Up @@ -56,6 +56,10 @@ if [ ! -r $root_password_file ]; then
exit 1
fi

# Initialize /etc/machine-id at something different than the machine-id of the host
echo_status "Initializing machine-id"
systemd-machine-id-setup --root="$root_dir" --print

# The actual Arch Linux setup starts here
echo_status "Installing base Arch Linux"
if test -e /etc/arch-release; then
Expand Down

0 comments on commit b43bc2f

Please sign in to comment.