aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-remove-wic-auto-conf.sh
blob: 72a9df45ac1a75fb702eaf0817a282b1b5ea522d (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