mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
feat(make_chroot): use a new gentoo stage3
Change-Id: I6364212989ca0723fd78f4658369d6becd47b4bd
This commit is contained in:
parent
d6b1b47abb
commit
c91cefb941
@ -40,7 +40,7 @@ DEFINE_boolean delete $FLAGS_FALSE "Delete an existing chroot."
|
|||||||
DEFINE_boolean replace $FLAGS_FALSE "Overwrite existing chroot, if any."
|
DEFINE_boolean replace $FLAGS_FALSE "Overwrite existing chroot, if any."
|
||||||
DEFINE_integer jobs -1 "How many packages to build in parallel at maximum."
|
DEFINE_integer jobs -1 "How many packages to build in parallel at maximum."
|
||||||
DEFINE_boolean fast ${DEFAULT_FAST} "Call many emerges in parallel"
|
DEFINE_boolean fast ${DEFAULT_FAST} "Call many emerges in parallel"
|
||||||
DEFINE_string stage3_date "2010.03.09" \
|
DEFINE_string stage3_date "20130130" \
|
||||||
"Use the stage3 with the given date."
|
"Use the stage3 with the given date."
|
||||||
DEFINE_string stage3_path "" \
|
DEFINE_string stage3_path "" \
|
||||||
"Use the stage3 located on this path."
|
"Use the stage3 located on this path."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user