Add setup notes

This commit is contained in:
2021-03-31 16:19:57 +02:00
parent dfae33ff23
commit 9da7a80846

View File

@@ -202,6 +202,20 @@ password=REMOTEPASSWORD
CIFS_EOF
}
step_19_info() { echo "Setup notes"; }
step_19_alias() { ALIAS="setupnotes"; }
step_19() {
outColor green
cat <<SETUPNOTES_EOF
# Secure root with a password
passwd
# Create a regular user
adduser USERNAME
SETUPNOTES_EOF
}
step_40_info() { echo "Boot from HD notes"; }
step_40_alias() { ALIAS="hdboot"; }
step_40() {