Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
image-builder
Commits
8783899d
Verified
Commit
8783899d
authored
Jun 16, 2020
by
Sebastian Krzyszkowiak
Browse files
Increase image sizes by 300M to compensate for bigger /boot partition
parent
e48d2cc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-image
View file @
8783899d
...
...
@@ -167,7 +167,7 @@ meta_yml=files/meta.yml
fk_machine
=
JENKINS_AUTH
=()
# in Megabytes
image_size
=
38
00
image_size
=
41
00
while
getopts
":hb:d:T:B"
opt
;
do
case
${
opt
}
in
...
...
conf/board
View file @
8783899d
...
...
@@ -151,7 +151,7 @@ case ${pureos_board} in
${board_packages}
librem5-devkit-base
"
image_size=3
0
00
image_size=3
3
00
;;
qemu-x86_64)
board_type=x86
...
...
@@ -171,7 +171,7 @@ case ${pureos_board} in
board_packages="
librem5-dev-tools
"
image_size=4
2
00
image_size=4
5
00
;;
*)
echo "unrecognized board type ${pureos_board}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment