1
0

Automatically set root password and user prior configuration.

This commit is contained in:
Jybz
2020-01-03 11:53:36 +01:00
parent 4bb68f6702
commit c6433201a4
2 changed files with 19 additions and 7 deletions

View File

@ -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