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
23e02f3f
Commit
23e02f3f
authored
Nov 09, 2020
by
Kristian Klausen
🎉
Browse files
Remove noop http/install-cloud.sh
parent
1bfbf2d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
23e02f3f
...
...
@@ -167,7 +167,7 @@ function create_image() {
}
function
cloud_image
()
{
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
cloud,
common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-common.sh
)
# The growpart module[1] requires the growpart program, provided by the
# cloud-guest-utils package
# [1] https://cloudinit.readthedocs.io/en/latest/topics/modules.html#growpart
...
...
http/install-cloud.sh
deleted
100644 → 0
View file @
1bfbf2d4
#!/bin/bash
# shellcheck disable=SC2034
NEWUSER
=
"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