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 b7bfe15 commit a4731dcCopy full SHA for a4731dc
1 file changed
http/install-common.sh
@@ -94,6 +94,9 @@ sed -i -e 's/^GRUB_TIMEOUT=.*$/GRUB_TIMEOUT=1/' /etc/default/grub
94
sed -i -e 's/^GRUB_CMDLINE_LINUX=.*$/GRUB_CMDLINE_LINUX="net.ifnames=0"/' /etc/default/grub
95
grub-mkconfig -o /boot/grub/grub.cfg
96
97
+# lock root account
98
+usermod -p "*" root
99
+
100
if declare -f post >/dev/null; then
101
post
102
fi
0 commit comments