svn commit: r319083 - head/sys/boot/i386/pxeldr
Baptiste Daroussin
bapt at FreeBSD.org
Sun May 28 18:31:15 UTC 2017
Author: bapt
Date: Sun May 28 18:31:13 2017
New Revision: 319083
URL: https://svnweb.freebsd.org/changeset/base/319083
Log:
Followup on the user-class changes
Reported by: Jose Luis Duran (via github)
Modified:
head/sys/boot/i386/pxeldr/pxeboot.8
Modified: head/sys/boot/i386/pxeldr/pxeboot.8
==============================================================================
--- head/sys/boot/i386/pxeldr/pxeboot.8 Sun May 28 18:18:01 2017 (r319082)
+++ head/sys/boot/i386/pxeldr/pxeboot.8 Sun May 28 18:31:13 2017 (r319083)
@@ -74,7 +74,7 @@ max-lease-time 120;
subnet 10.0.0.0 netmask 255.255.255.0 {
filename "pxeboot";
range 10.0.0.10 10.0.0.254;
- if exists user-class and option user-class = "FREEBSD" {
+ if exists user-class and option user-class = "FreeBSD" {
option root-path "tftp://10.0.0.1/FreeBSD";
}
}
More information about the svn-src-head
mailing list