You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/iputils/files/rarpd.conf.d

9 lines
250 B

# Config file for /etc/init.d/rarpd
# You probably want to select the interface for this to listen on.
# By default it uses loopback which most likely won't help.
RARPD_IFACE="lo"
# See the rarpd(8) manpage for more info.
RARPD_OPTS="-b /tftpboot"