Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
arch-boxes
Commits
d200e0ec
Commit
d200e0ec
authored
Jan 31, 2021
by
Kristian Klausen
🎉
Browse files
Expand the basic disk image from 20G -> 40G
It is meant for local usage so the disk should be "big enough".
parent
4d829cc9
Pipeline
#5013
failed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
images/basic.sh
View file @
d200e0ec
#!/bin/bash
# shellcheck disable=SC2034,SC2154
IMAGE_NAME
=
"Arch-Linux-x86_64-basic-
${
build_version
}
.qcow2"
DISK_SIZE
=
"20G"
# It is meant for local usage so the disk should be "big enough".
DISK_SIZE
=
"40G"
PACKAGES
=()
SERVICES
=()
...
...
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