# | |
# 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" |