aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/03-build-debian_deb11_amd64-ro-rescue.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/03-build-debian_deb11_amd64-ro-rescue.cfg')
-rw-r--r--scripts/03-build-debian_deb11_amd64-ro-rescue.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/03-build-debian_deb11_amd64-ro-rescue.cfg b/scripts/03-build-debian_deb11_amd64-ro-rescue.cfg
index d5b332c..9173ffe 100644
--- a/scripts/03-build-debian_deb11_amd64-ro-rescue.cfg
+++ b/scripts/03-build-debian_deb11_amd64-ro-rescue.cfg
@@ -10,6 +10,8 @@ export RELEASE=bullseye
export ROOTFS_RO=1
# export REDUCED_FOOTPRINT=1
+# export DEB_SERVER="http://deb.debian.org/debian"
+export DEB_SERVER="http://ftp.de.debian.org/debian"
# export APT_PROXY=http://jordan:3142
export CUSTOM_NAME="DebAmd64Rescue"
@@ -33,8 +35,8 @@ export KEYBOARD_KEYMAP=us
export KEYBOARD_LAYOUT="English (US)"
export TIMEZONE_DEFAULT="Europe/Berlin"
-export FIRST_USER_NAME="pi"
-export FIRST_USER_PASS="pi"
+export FIRST_USER_NAME="test01"
+export FIRST_USER_PASS="test01"
export ENABLE_SSH=1
# export PUBKEY_SSH_FIRST_USER="ssh-rsa long-number my@machine"
# export PUBKEY_ONLY_SSH=1