Skip to content

Commit 1abf7af

Browse files
add componenets variable
1 parent 860ecc8 commit 1abf7af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

suites/jammy/raw.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ export OVERRIDER_COMPRESSION_TYPE
1010
export SUITE
1111
export ENABLE_EXIT
1212
export ENABLE_USER_SETUP
13+
export COMPONENTS
1314

1415
SUITE="jammy"
1516
frn="out/$SUITE-raw"
1617
OVERRIDER_COMPRESSION_TYPE="gzip"
1718
ENABLE_EXIT=true
1819
ENABLE_USER_SETUP=false
20+
COMPONENTS="multiverse,universe,main,restricted"
1921

2022
additional_setup() {
2123

suites/kinetic/raw.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ export OVERRIDER_COMPRESSION_TYPE
1010
export SUITE
1111
export ENABLE_EXIT
1212
export ENABLE_USER_SETUP
13+
export COMPONENTS
1314

1415
SUITE="kinetic"
1516
frn="out/$SUITE-raw"
1617
OVERRIDER_COMPRESSION_TYPE="gzip"
1718
ENABLE_EXIT=true
1819
ENABLE_USER_SETUP=false
20+
COMPONENTS="multiverse,universe,main,restricted"
21+
1922

2023
additional_setup() {
2124

0 commit comments

Comments
 (0)