Add space to when rendering debootstrap url

This commit is contained in:
rockstable 2022-12-10 20:08:03 +01:00
parent 604a862d0e
commit 814c81c3b6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# Example:
# FAI_DEBOOTSTRAP="bullseye http://deb.debian.org/debian"
FAI_DEBOOTSTRAP="{{ debian_release_nfsroot +
'http://' + server_name + ':3142/debian' }}"
' http://' + server_name + ':3142/debian' }}"
# Options that will be passed to debootstrap(8).
# Used for excluding packages and for specifying a different architecture.