Skip to content
Snippets Groups Projects
Commit 3e24fbfe authored by Arno Bauernoppel's avatar Arno Bauernoppel
Browse files

Revert "added missing option to prevent UEFI error"

This reverts commit dd0bf7d5d94a642495f66f1437d0005a6fef3e1e.
parent 50d2cb56
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,11 @@ function setup_sshd()
chroot "${basedir}" rm -f /etc/ssh/ssh_host_*
}
function setup_logins()
{
chroot "${basedir}" bash -c "usermod --expiredate 1 root"
}
function setup_locale()
{
......@@ -335,6 +340,7 @@ setup_locale
setup_gui
setup_journal
setup_sshd
setup_logins
setup_kernel
case "${pureos_board}" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment