summaryrefslogtreecommitdiff
path: root/docs/README.altbootmethods
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.altbootmethods')
-rw-r--r--docs/README.altbootmethods6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index d9acc89..e246540 100644
--- a/docs/README.altbootmethods
+++ b/docs/README.altbootmethods
@@ -81,7 +81,7 @@ Note: All NIC firmwares should support this.
--enable-tftp \
--tftp-root=/run/parabolaiso/bootmnt \
--dhcp-range=192.168.0.2,192.168.0.254,86400 \
- --dhcp-boot=/parabola/boot/syslinux/gpxelinux.0 \
+ --dhcp-boot=/parabola/boot/syslinux/lpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/parabolaiso.cfg \
--dhcp-option-force=210,/parabola/
@@ -92,7 +92,7 @@ Note: Not all NIC firmware supports HTTP and DNS (if domain name is used).
# dnsmasq --port=0 \
--dhcp-range=192.168.0.2,192.168.0.254,86400 \
- --dhcp-boot=http://192.168.0.7/parabola/boot/syslinux/gpxelinux.0 \
+ --dhcp-boot=http://192.168.0.7/parabola/boot/syslinux/lpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/parabolaiso.cfg \
--dhcp-option-force=210,http://192.168.0.7/parabola/
@@ -109,7 +109,7 @@ methods can be used to serve the rest of live-medium.
* NFS
# echo "/run/parabolaiso/bootmnt 192.168.0.*(ro,no_subtree_check,no_root_squash)" >> /etc/exports
-# systemctl start rpc-mountd.service
+# systemctl start nfs-server.service
* NBD