oops- *don't* remove machine-id.

This commit is contained in:
brent s. 2015-06-07 15:20:41 -04:00
parent 71a2e1ad88
commit aa68cd49fb
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ EOF
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
# NOTE: this kind of fucks things up presently.
#rm -f ${i}/etc/machine-id
# Prep pacman
echo "Prepping ${i}. This will take a while..."
echo -n "...Key initializing..."