Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
840da1e3
Commit
840da1e3
authored
Oct 12, 2020
by
Sven-Hendrik Haase
Browse files
Merge branch 'patch-1' into 'master'
change disk size 2->20GB Closes
#116
See merge request
!139
parents
cebc1360
f01046d7
Pipeline
#2109
passed with stages
in 30 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
840da1e3
...
...
@@ -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
.
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