Skip to content
c0rnelius edited this page Jun 28, 2023 · 20 revisions

Debian Image Builder

profile.txt

Users can create a profile.txt file, which make config will read as your default choices.

    1. create file
    1. copy & paste
    1. add user information
NAME=""
USERNAME=""
PASSWORD=""
VERSION=""             # Options: $LTS1 / $LTS2 / $STABLE
NETWORKMANAGER="0"
USERACCT="0"           # Create user during first boot (bypass the user information above)
LOCALE=""
TIMEZONE="" 
USER_NAMESERVER1=""
USER_NAMESERVER2=""
  • Example (profile.txt)
NAME="Marvin"
USERNAME="marvin"
PASSWORD="board"
VERSION="$LTS2"
NETWORKMANAGER="0"
USERACCT="0"
LOCALE="en_US.UTF-8"
TIMEZONE="America/New_York"
USER_NAMESERVER1="8.8.8.8"
USER_NAMESERVER2="8.8.4.4"

Clone this wiki locally