Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
f01046d7
Commit
f01046d7
authored
Oct 12, 2020
by
Greyson Christoforo
💬
Browse files
increase disk size. addresses
#116
parent
cebc1360
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
f01046d7
...
...
@@ -4,7 +4,7 @@
# nounset: "Treat unset variables and parameters [...] as an error when performing parameter expansion."
# errexit: "Exit immediately if [...] command exits with a non-zero status."
set
-o
nounset
-o
errexit
readonly
DISK_SIZE
=
"2G"
readonly
DISK_SIZE
=
"2
0
G"
readonly
IMAGE
=
"image.img"
# shellcheck disable=SC2016
readonly
MIRROR
=
'https://mirror.pkgbuild.com/$repo/os/$arch'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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