Gettind rid of NetworkManager.

This commit is contained in:
Sebastien Rannou 2015-05-06 12:32:37 +00:00
parent 6e64443f27
commit 904e177799
1 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@ RUN pacman -Sy --noconfirm \
mg \
nano \
nbd \
networkmanager \
ntp \
openbsd-netcat \
openssh \
@ -74,11 +73,8 @@ RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/ -i /etc/locale.gen \
# Systemd
RUN systemctl disable getty@tty1.service \
&& systemctl disable systemd-networkd.service \
&& systemctl enable NetworkManager-wait-online.service \
&& systemctl enable serial-getty@ttyS0.service \
&& systemctl enable sshd.service \
&& systemctl enable NetworkManager \
&& systemctl enable ntpdate