mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[PR #1704] fix: remove hardcoded http:// prefix from archlinux_mirror URLs #1519
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1519
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1704
Author: @antonym
Created: 11/17/2025
Status: 🔄 Open
Base:
development← Head:claude/issue-1703-20251117-0231📝 Commits (1)
6d3b3bdfix: remove hardcoded http:// prefix from archlinux_mirror URLs📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
roles/netbootxyz/defaults/main.yml(+1 -1)📝
roles/netbootxyz/templates/menu/archlinux.ipxe.j2(+3 -3)📄 Description
Fixes issue where setting archlinux_mirror to an HTTPS URL would result in malformed URLs like http://https://mirror.example.com/...
Changes:
Now respects the protocol specified in the archlinux_mirror configuration, allowing both HTTP and HTTPS mirrors to work correctly.
Fixes #1703
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.