Added NetworkManaget to set hostname and properly configure network at startup. #1
This commit is contained in:
parent
3f7eef085d
commit
d6e1e0c65f
|
@ -47,9 +47,11 @@ RUN mkdir /tmp/build-xnbd \
|
||||||
|
|
||||||
|
|
||||||
# Systemd
|
# Systemd
|
||||||
RUN systemctl enable sshd.service \
|
RUN systemctl disable getty@tty1.service \
|
||||||
&& systemctl disable getty@tty1.service \
|
&& systemctl disable systemd-networkd.service \
|
||||||
&& systemctl enable serial-getty@ttyS0.service
|
&& systemctl enable serial-getty@ttyS0.service \
|
||||||
|
&& systemctl enable sshd.service \
|
||||||
|
&& systemctl enable NetworkManager
|
||||||
|
|
||||||
|
|
||||||
# Patch rootfs
|
# Patch rootfs
|
||||||
|
|
Loading…
Reference in New Issue