We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a327 commit 8731d42Copy full SHA for 8731d42
build-impish-raw.sh
@@ -10,11 +10,13 @@ source plugins/colors
10
export OVERRIDER_COMPRESSION_TYPE
11
export SUITE
12
export ENABLE_EXIT
13
+export ENABLE_USER_SETUP
14
15
frn="out/impish-raw"
16
OVERRIDER_COMPRESSION_TYPE="gzip"
17
SUITE="impish"
18
ENABLE_EXIT=true
19
+ENABLE_USER_SETUP=false
20
21
do_debootstrap "${frn}-arm64" arm64
22
do_compress "${frn}-arm64"
plugins/envsetup
@@ -25,6 +25,10 @@
25
26
export ROOT_DIR
27
28
+if [ -z ENABLE_USER_SETUP ]; then
29
+ export ENABLE_USER_SETUP=false
30
+fi
31
+
32
ROOT_DIR="$(git rev-parse --show-toplevel)"
33
34
# sudo check
0 commit comments