Skip to content
Snippets Groups Projects
Commit bcc12638 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Make image size configurable

parent 6ee43689
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,8 @@ board_packages=
meta_yml=files/meta.yml
fk_machine=
JENKINS_AUTH=()
# in Megabytes
image_size=3800
while getopts ":hb:d:T:B" opt; do
case ${opt} in
......@@ -242,7 +244,7 @@ sudo pureos_board="${pureos_board}" \
FK_MACHINE="${fk_machine}" \
vmdebootstrap \
--enable-dhcp \
--verbose --image "${mainimg}" --log "tmp/${mainimg}.log" --size 3800M \
--verbose --image "${mainimg}" --log "tmp/${mainimg}.log" --size "${image_size}M" \
--mirror "${mirror}" \
--configure-apt \
--lock-root-password \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment