#
netboot
Here are 33 public repositories matching this topic...
Hardware integration testing system and lab automation for Fedora and RHEL
-
Updated
Apr 28, 2021 - Python
Scripts and ansible playbooks to setup Achlinux on ZFS with native encryption and compression.
ansible
devops
compression
encryption
archlinux
netboot
boot
swap
btrfs
zfs
luks
rootfs
zfsonlinux
netboot-recovery
-
Updated
Feb 19, 2021 - Shell
A custom menu of boot images that I can load when iPXE booting
pxe-boot
dhcp
ipxe
netboot
pxelinux
boot
network-boot
provisioning
thin-clients
provisioning-scripts
tftp
pxe
thin-client
pxeboot
pxe-menu
-
Updated
Feb 12, 2021
Script for creating a full offline copy of netboot.xyz
-
Updated
Mar 27, 2021 - Python
Docker container that acts as a ProxyDHCP server for netbooting
-
Updated
Jan 9, 2021 - Shell
Provides DHCP, TFTP and HTTP with embedded iPXE ROMs
-
Updated
May 5, 2019 - Makefile
Transparently create a Fedora/CentOS installation with rootfs on network
-
Updated
Feb 5, 2021 - Shell
Build daemon and CLI for iPXE.
-
Updated
Mar 19, 2020 - Go
TFTP daemon that serves Ubuntu netboot installer
-
Updated
Aug 11, 2020 - Dockerfile
Salt Mine Bootable Media (Image) Creator
-
Updated
Jul 8, 2017
Dynamic TFTP server implementation to integrate with PXE Pilot
-
Updated
Apr 9, 2020 - Python
Network boot nodes in a network.
-
Updated
Apr 28, 2021 - Go
Wrapper para clonaciones basadas en clonezilla server
-
Updated
Dec 2, 2019 - Shell
Improve this page
Add a description, image, and links to the netboot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netboot topic, visit your repo's landing page and select "manage topics."
CreateFromIP is only used by tftp.go, and its able to use it because it already makes use of a single user helper function that does the host:port split. We should just do
CreateFromRemoteAddr(c.String())and avoid similar looking calls. Then we can just droptftpClientIP.