customize_airootfs.sh: do not call chown

Unnecessary since a90fbcbf6f
This commit is contained in:
Marcos Mello 2020-03-05 21:23:19 -03:00
parent 049ce96ae1
commit 2b42e8bd34

View file

@ -13,11 +13,7 @@ rm -f /usr/lib/modules-load.d/pkcs8.conf
# Permissions
chmod 700 /root
chown root:root /root -R
chmod 755 /etc/systemd/scripts/*
chown root:root /etc/systemd -R
chown root:root /etc/modprobe.d -R
chown root:root /etc/{fstab,hostname}
# Configuration
sed -i 's/#\(PermitRootLogin \).\+/\1yes\nAllowUsers root/' /etc/ssh/sshd_config