Skip to content

Commit 8731d42

Browse files
disable user setup in impish
1 parent 532a327 commit 8731d42

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build-impish-raw.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ source plugins/colors
1010
export OVERRIDER_COMPRESSION_TYPE
1111
export SUITE
1212
export ENABLE_EXIT
13+
export ENABLE_USER_SETUP
1314

1415
frn="out/impish-raw"
1516
OVERRIDER_COMPRESSION_TYPE="gzip"
1617
SUITE="impish"
1718
ENABLE_EXIT=true
19+
ENABLE_USER_SETUP=false
1820

1921
do_debootstrap "${frn}-arm64" arm64
2022
do_compress "${frn}-arm64"

plugins/envsetup

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525

2626
export ROOT_DIR
2727

28+
if [ -z ENABLE_USER_SETUP ]; then
29+
export ENABLE_USER_SETUP=false
30+
fi
31+
2832
ROOT_DIR="$(git rev-parse --show-toplevel)"
2933

3034
# sudo check

0 commit comments

Comments
 (0)