Automatically set root password and user prior configuration.
This commit is contained in:
@ -54,15 +54,16 @@ BOOT="/mnt/boot"
|
||||
ROOT="/mnt/root"
|
||||
|
||||
# Default user
|
||||
# TO MODIFY
|
||||
ID_USER="banana"
|
||||
PASSWORD="bananaPro"
|
||||
# If not set, no user will be defined.
|
||||
# ID_USER="banana"
|
||||
# PASSWORD="bananaPro"
|
||||
|
||||
#root password
|
||||
ROOT_PWD="ProR00t"
|
||||
#If not set, no root password, at the first login, the system will ask for a password.
|
||||
# ROOT_PWD="ProR00t"
|
||||
|
||||
#Hostname
|
||||
HOSTNAME="${TARGET}.${ID_USER}"
|
||||
HOSTNAME="${TARGET}"
|
||||
|
||||
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
||||
SEPARATE_BOOT_PARTITION=0
|
||||
|
Reference in New Issue
Block a user