Removing root password (online-labs/image-tools#10)
This commit is contained in:
parent
9f4613804f
commit
71d1ba427f
|
@ -85,6 +85,10 @@ RUN systemctl enable oc-ssh-keys \
|
|||
&& systemctl enable oc-sync-kernel-modules
|
||||
|
||||
|
||||
# Remove root password
|
||||
RUN passwd -d root
|
||||
|
||||
|
||||
# Cleanup
|
||||
RUN pacman-db-upgrade \
|
||||
&& pacman -Rns linux-armv7 --noconfirm \
|
||||
|
|
Loading…
Reference in New Issue