We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d43a5 commit 6936fefCopy full SHA for 6936fef
channels/releng/airootfs.any/root/customize_airootfs.sh
@@ -81,6 +81,10 @@ cp -aT /etc/skel/ /root/
81
sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
82
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
83
84
+if [[ -e "/root/.automated_script.sh" ]]; then
85
+ chmod 755 "/root/.automated_script.sh"
86
+fi
87
+
88
# Enable services.
89
systemctl enable NetworkManager
90
systemctl enable pacman-init.service
0 commit comments