[PR #1704] fix: remove hardcoded http:// prefix from archlinux_mirror URLs #1519

Open
opened 2026-02-27 14:55:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1704
Author: @antonym
Created: 11/17/2025
Status: 🔄 Open

Base: developmentHead: claude/issue-1703-20251117-0231


📝 Commits (1)

  • 6d3b3bd fix: 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:

  • Remove hardcoded http:// prefix from archiso_http_srv parameter
  • Remove hardcoded http:// prefix from kernel URL
  • Remove hardcoded http:// prefix from initrd URL
  • Add http:// prefix to default archlinux mirror for backward compatibility

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.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/1704 **Author:** [@antonym](https://github.com/antonym) **Created:** 11/17/2025 **Status:** 🔄 Open **Base:** `development` ← **Head:** `claude/issue-1703-20251117-0231` --- ### 📝 Commits (1) - [`6d3b3bd`](https://github.com/netbootxyz/netboot.xyz/commit/6d3b3bddb8b26c0eb1fed5087f7ecff8f509bfb9) fix: remove hardcoded http:// prefix from archlinux_mirror URLs ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/defaults/main.yml` (+1 -1) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+3 -3) </details> ### 📄 Description Fixes issue where setting archlinux_mirror to an HTTPS URL would result in malformed URLs like http://https://mirror.example.com/... Changes: - Remove hardcoded http:// prefix from archiso_http_srv parameter - Remove hardcoded http:// prefix from kernel URL - Remove hardcoded http:// prefix from initrd URL - Add http:// prefix to default archlinux mirror for backward compatibility Now respects the protocol specified in the archlinux_mirror configuration, allowing both HTTP and HTTPS mirrors to work correctly. Fixes #1703 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1519
No description provided.