projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b51132
)
image: bump image size
author
Kristof Provost
<kp@FreeBSD.org>
Mon, 10 Jul 2023 21:29:31 +0000
(23:29 +0200)
committer
Kristof Provost
<kp@FreeBSD.org>
Mon, 10 Jul 2023 21:29:31 +0000
(23:29 +0200)
Increate the initial size of the image, so we can install packages when
running in qemu.
On alix boards we grow to whatever the physical size is, so it won't
affect things there.
image/build.sh
patch
|
blob
|
history
diff --git
a/image/build.sh
b/image/build.sh
index
db9c2ee
..
90aa84e
100755
(executable)
--- a/
image/build.sh
+++ b/
image/build.sh
@@
-14,7
+14,7
@@
poudriere image \
-b \
-c overlay/domotica \
-n domotica \
- -s
3
g -t usb
+ -s
6
g -t usb
# Put the domotica image in the installer overlay
xz -v -z -c \
@@
-26,4
+26,4
@@
poudriere image \
-w 0 \
-c overlay/installer \
-n installer \
- -s
4
g -t usb
+ -s
8
g -t usb