[GH-ISSUE #360] Wrong with dns record. #1681

Closed
opened 2026-03-01 18:35:25 +03:00 by kerem · 1 comment
Owner

Originally created by @OrvilleQ on GitHub (Oct 7, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/360

1. netboot.xyz can't remember dns record from manual input.

DNS record is empty in netboot.xyz's network card when I need to input DNS record manually.

2. DNS record can't send to kernel.

In centos and fedora's line 6

isset ${dhcp-server} && set ipparam ip=dhcp || set ipparam ip=${ip}::${gateway}:${netmask}:::none:${dns}

You can't put a dns record after ip=, see https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#ip

It should be like this:

ip=... nameserver=... [nameserver=...]
Originally created by @OrvilleQ on GitHub (Oct 7, 2019). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/360 ## 1. netboot.xyz can't remember dns record from manual input. DNS record is empty in netboot.xyz's network card when I need to input DNS record manually. ## 2. DNS record can't send to kernel. In centos and fedora's line 6 ``` isset ${dhcp-server} && set ipparam ip=dhcp || set ipparam ip=${ip}::${gateway}:${netmask}:::none:${dns} ``` You can't put a dns record after `ip=`, see https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#ip It should be like this: ``` ip=... nameserver=... [nameserver=...] ```
kerem closed this issue 2026-03-01 18:35:25 +03:00
Author
Owner

@antonym commented on GitHub (Oct 7, 2019):

^^ should fix the issues

<!-- gh-comment-id:539224480 --> @antonym commented on GitHub (Oct 7, 2019): ^^ should fix the issues
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#1681
No description provided.