Add setup notes
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user