mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #735] [MERGED] Adds experimental support for Raspberry Pi 4 #1093
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#1093
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/735
Author: @antonym
Created: 10/29/2020
Status: ✅ Merged
Merged: 10/29/2020
Merged by: @antonym
Base:
development← Head:rpi📝 Commits (1)
e23025aAdds experimental support for Raspberry Pi 4📊 Changes
7 files changed (+246 additions, -2 deletions)
View changed files
📝
roles/netbootxyz/defaults/main.yml(+4 -0)📝
roles/netbootxyz/tasks/generate_disks.yml(+5 -1)➕
roles/netbootxyz/tasks/generate_disks_rpi.yml(+66 -0)➕
roles/netbootxyz/templates/pipxe/Makefile-rpi3.j2(+77 -0)➕
roles/netbootxyz/templates/pipxe/Makefile-rpi4.j2(+77 -0)📝
roles/netbootxyz/vars/ubuntu.yml(+16 -1)📝
script/netbootxyz-overrides.yml(+1 -0)📄 Description
Adds experimental support for Raspberry Pi 4 to
the netboot.xyz bootloader. Leverages the pipxe
project to build images.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.