mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
TBR: Change default to false
This commit is contained in:
parent
4bccd3c54d
commit
77a2963e7d
@ -37,7 +37,7 @@ DEFINE_integer jobs -1 \
|
|||||||
"How many packages to build in parallel at maximum."
|
"How many packages to build in parallel at maximum."
|
||||||
DEFINE_boolean statefuldev $FLAGS_FALSE \
|
DEFINE_boolean statefuldev $FLAGS_FALSE \
|
||||||
"Install development packages on stateful partition -- still experimental"
|
"Install development packages on stateful partition -- still experimental"
|
||||||
DEFINE_boolean withtest $FLAGS_TRUE \
|
DEFINE_boolean withtest $FLAGS_FALSE \
|
||||||
"Include packages required for testing and prepare image for testing"
|
"Include packages required for testing and prepare image for testing"
|
||||||
|
|
||||||
# Parse command line.
|
# Parse command line.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user