mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #688] [MERGED] Adds support for adding cmdline options #1061
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#1061
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/688
Author: @antonym
Created: 7/27/2020
Status: ✅ Merged
Merged: 7/30/2020
Merged by: @antonym
Base:
development← Head:cmdline_support📝 Commits (1)
df29bd1Adds support for adding cmdline options📊 Changes
68 files changed (+105 additions, -87 deletions)
View changed files
📝
roles/netbootxyz/templates/menu/4mlinux.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/anarchy.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/archlinux.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/blackarch.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/boot.cfg.j2(+3 -3)📝
roles/netbootxyz/templates/menu/centos.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/clonezilla.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/coreos.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/dban.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/debian.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/devuan.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/fedora.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/flatcar.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/gentoo.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/gparted.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/grml.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/ipfire.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/k3os.ipxe.j2(+1 -1)📝
roles/netbootxyz/templates/menu/kali.ipxe.j2(+1 -1)...and 48 more files
📄 Description
Adds support for adding cmdline options to the
various kernel cmdlines. Useful for overriding or
adding options as needed when loading the kernels.
Can be set from the Utilities menu. Variable added to the end
of the kernel command line to ensure that a long entry doesn't
mess up boot from kernel line character limitations and the
entry getting cut off.
Resolves: https://github.com/netbootxyz/netboot.xyz/issues/652
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.