summaryrefslogtreecommitdiff
path: root/docs/README.altbootmethods
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.altbootmethods')
-rw-r--r--docs/README.altbootmethods16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index b88b6cd..77ff917 100644
--- a/docs/README.altbootmethods
+++ b/docs/README.altbootmethods
@@ -31,15 +31,15 @@ Note: Described method is for using with GRUB2.
menuentry "Parabola GNU/Linux-libre (x86_64)" {
set isofile="/<TARGET-PATH>/parabola-<YYYY>.<MM>.<DD>-dual.iso"
loopback loop (hd<D>,<P>)$isofile
- linux (loop)/arch/boot/x86_64/vmlinuz parabolaisolabel=<FS-LABEL> img_label=<TARGET-FS-LABEL> img_loop=$isofile
- initrd (loop)/arch/boot/x86_64/parabolaiso.img
+ linux (loop)/parabola/boot/x86_64/vmlinuz parabolaisolabel=<FS-LABEL> img_label=<TARGET-FS-LABEL> img_loop=$isofile
+ initrd (loop)/parabola/boot/x86_64/parabolaiso.img
}
menuentry "Parabola GNU/Linux-libre (i686)" {
set isofile="/<TARGET-PATH>/parabola-<YYYY>.<MM>.<DD>-dual.iso"
loopback loop (hd<D>,<P>)$isofile
- linux (loop)/arch/boot/i686/vmlinuz parabolaisolabel=<FS-LABEL> img_label=<TARGET-FS-LABEL> img_loop=$isofile
- initrd (loop)/arch/boot/i686/parabolaiso.img
+ linux (loop)/parabola/boot/i686/vmlinuz parabolaisolabel=<FS-LABEL> img_label=<TARGET-FS-LABEL> img_loop=$isofile
+ initrd (loop)/parabola/boot/i686/parabolaiso.img
}
@@ -81,9 +81,9 @@ 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=/arch/boot/syslinux/gpxelinux.0 \
+ --dhcp-boot=/parabola/boot/syslinux/gpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/parabolaiso.cfg \
- --dhcp-option-force=210,/arch/
+ --dhcp-option-force=210,/parabola/
* DHCP + HTTP
@@ -92,9 +92,9 @@ 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/arch/boot/syslinux/gpxelinux.0 \
+ --dhcp-boot=http://192.168.0.7/parabola/boot/syslinux/gpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/parabolaiso.cfg \
- --dhcp-option-force=210,http://192.168.0.7/arch/
+ --dhcp-option-force=210,http://192.168.0.7/parabola/
Once the kernel is started from PXE, SquashFS files and other misc files