Add blacklisting in installer

This commit is contained in:
2023-09-01 15:41:58 -04:00
parent 8ba9c8c5bd
commit 30255292e2
3 changed files with 7 additions and 1 deletions

1
templates/blacklist.conf Normal file
View File

@ -0,0 +1 @@
blacklist hpwdt

View File

@ -869,7 +869,6 @@ EOF
true
;;
esac
echo "done."
echo -n "Setting temporary 'root' password... "
echo "root:${root_password}" | chroot ${target} chpasswd >&2