aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-remove-wic-auto-conf.sh
blob: aeac3f67a83a1f8f299bba41dce22ce6607ad434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# (c) 2021 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2

################################################################################
## auto.conf remove wic for simple CI builds
################################################################################
cat << EOF >> conf/auto.conf

# remove wic as CI does only use ext4 in lava
# this saves i/o and time
IMAGE_FSTYPES:remove = "wic.xz"
IMAGE_FSTYPES:remove = "wic.bmap"
IMAGE_FSTYPES:remove = "wic.vmdk.xz"



EOF