Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
2b4acd5f
Commit
2b4acd5f
authored
3 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
scripts/mkimg.base.sh: include gnu wget
busybox wget does not support https over proxy
#12517
parent
70f51855
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/mkimg.base.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.base.sh
with
1 addition
and
1 deletion
scripts/mkimg.base.sh
+
1
−
1
View file @
2b4acd5f
...
...
@@ -316,7 +316,7 @@ profile_base() {
case
"
$ARCH
"
in
x86
*
)
grub_mod
=
"
$grub_mod
multiboot2 efi_uga"
;;
esac
apks
=
"alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openssl openssh tzdata"
apks
=
"alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openssl openssh tzdata
wget
"
apkovl
=
hostname
=
"alpine"
}
This diff is collapsed.
Click to expand it.
Natanael Copa
@ncopa
mentioned in commit
21b5a76f
·
3 years ago
mentioned in commit
21b5a76f
mentioned in commit 21b5a76f02a9465178672b98ce284ec2176a55f7
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment