yeah, fuck NetworkManager, use --purgebuild

This commit is contained in:
2015-05-20 23:55:54 -04:00
parent 7f62dbb3ee
commit 56806ba880
2 changed files with 6 additions and 3 deletions

View File

@@ -154,6 +154,9 @@ EOF
for i in ${CHROOTDIR32} ${CHROOTDIR64};
do
# 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
# Prep pacman
echo "Prepping ${i}. This will take a while..."
echo -n "...Key initializing..."