fixing split arch

This commit is contained in:
2015-05-21 15:31:49 -04:00
parent 32c39ff7e1
commit 71a2e1ad88
4 changed files with 25 additions and 12 deletions

View File

@@ -157,6 +157,8 @@ EOF
# Disable NetworkManager. Fuck that shit.
ln -s /dev/null ${i}/etc/systemd/system/NetworkManager.service
ln -s /dev/null ${i}/etc/systemd/system/NetworkManager-dispatcher.service
# Remove the machine-id file so it's automatically generated.
rm -f ${i}/etc/machine-id
# Prep pacman
echo "Prepping ${i}. This will take a while..."
echo -n "...Key initializing..."