From d4725c5969b3c64f45af82904b9fae323e5117aa Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Wed, 13 Mar 2013 20:02:47 -0300 Subject: Replace: arch/ -> parabola/ --- docs/README.altbootmethods | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/README.altbootmethods') 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="//parabola-..
-dual.iso" loopback loop (hd,

)$isofile - linux (loop)/arch/boot/x86_64/vmlinuz parabolaisolabel= img_label= img_loop=$isofile - initrd (loop)/arch/boot/x86_64/parabolaiso.img + linux (loop)/parabola/boot/x86_64/vmlinuz parabolaisolabel= img_label= img_loop=$isofile + initrd (loop)/parabola/boot/x86_64/parabolaiso.img } menuentry "Parabola GNU/Linux-libre (i686)" { set isofile="//parabola-..

-dual.iso" loopback loop (hd,

)$isofile - linux (loop)/arch/boot/i686/vmlinuz parabolaisolabel= img_label= img_loop=$isofile - initrd (loop)/arch/boot/i686/parabolaiso.img + linux (loop)/parabola/boot/i686/vmlinuz parabolaisolabel= img_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 -- cgit v1.2.2