mirror of
https://github.com/lesderid/image-archlinux
synced 2025-04-11 14:45:39 +02:00
Gettind rid of NetworkManager.
This commit is contained in:
parent
6e64443f27
commit
904e177799
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user