Skip to content
c0rnelius edited this page Aug 6, 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: 5.15 / $LTS2: 6.1 / $STABLE: 6.x.y
NETWORKMANAGER="0"
RTL88XXAU="0"          # RTL88XXAU wireless USB driver (https://github.com/pyavitz/rtl8812au)
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"
RTL88XXAU="1"
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