Created
September 26, 2014 16:58
-
-
Save jcmvbkbc/243167c11463f15be079 to your computer and use it in GitHub Desktop.
gpxelinux config files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ddns-update-style interim; | |
ignore client-updates; | |
subnet 192.168.10.0 netmask 255.255.255.0 { | |
option routers 192.168.10.1; | |
option subnet-mask 255.255.255.0; | |
option domain-name-servers 192.168.248.21; | |
option ntp-servers 192.168.0.1; | |
filename "gpxelinux.0"; | |
option root-path "192.168.10.1:/tftpboot/rt-root"; | |
range dynamic-bootp 192.168.10.128 192.168.10.254; | |
default-lease-time 21600; | |
max-lease-time 43200; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ui menu.c32 | |
serial 0 115200 0 | |
menu title Utilities | |
label rtlinux | |
menu label RT linux (handmade /bin/bash init) | |
kernel kernels/vmlinuz-3.2.0-rt9+ | |
append panic=1 ip=dhcp root=/dev/nfs console=ttyS0,115200n8 init=/init | |
label rtlinux | |
menu label RT linux (handmade) | |
kernel kernels/vmlinuz-3.2.0-rt9+ | |
initrd kernels/initramfs-3.2.0-rt9+.img | |
append panic=1 ip=dhcp root=/dev/nfs console=ttyS0,115200n8 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment