aboutsummaryrefslogtreecommitdiffstats
path: root/config
blob: 13b95962cb6ab6bdb0dd798c4da9212f3a25c008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Configuration file for root filesystem images
#

BUILD_ENV=
SUDO_ENV=sudo
# Uncomment these to use the specified Debian chroot by default
#
#BUILD_ENV="schroot -c bookworm-amd64 --"
#SUDO_ENV="schroot -c bookworm-amd64 -u root --"

# Uncomment this to build a root_fs.tar.gz by default rather than a root_fs.img
#
# OUT_TAR=yes

# Comment this to build kvm-xfstests appliances with networking support disabled
gen_image_args="--networking"