From c769fd8dc65553e2577d9efafd794fd8a4f96603 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Wed, 13 Mar 2013 19:25:39 -0300 Subject: Replace: archiso -> parabolaiso --- docs/README.altbootmethods | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/README.altbootmethods') diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods index 1084d66..4d6304d 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 archisolabel= img_label= img_loop=$isofile - initrd (loop)/arch/boot/x86_64/archiso.img + linux (loop)/arch/boot/x86_64/vmlinuz parabolaisolabel= img_label= img_loop=$isofile + initrd (loop)/arch/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 archisolabel= img_label= img_loop=$isofile - initrd (loop)/arch/boot/i686/archiso.img + linux (loop)/arch/boot/i686/vmlinuz parabolaisolabel= img_label= img_loop=$isofile + initrd (loop)/arch/boot/i686/parabolaiso.img } @@ -79,10 +79,10 @@ Note: All NIC firmwares should support this. # dnsmasq --port=0 \ --enable-tftp \ - --tftp-root=/run/archiso/bootmnt \ + --tftp-root=/run/parabolaiso/bootmnt \ --dhcp-range=192.168.0.2,192.168.0.254,86400 \ --dhcp-boot=/arch/boot/syslinux/gpxelinux.0 \ - --dhcp-option-force=209,boot/syslinux/archiso.cfg \ + --dhcp-option-force=209,boot/syslinux/parabolaiso.cfg \ --dhcp-option-force=210,/arch/ * DHCP + HTTP @@ -93,7 +93,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/arch/boot/syslinux/gpxelinux.0 \ - --dhcp-option-force=209,boot/syslinux/archiso.cfg \ + --dhcp-option-force=209,boot/syslinux/parabolaiso.cfg \ --dhcp-option-force=210,http://192.168.0.7/arch/ @@ -103,12 +103,12 @@ methods can be used to serve the rest of live-medium. * HTTP -# darkhttpd /run/archiso/bootmnt +# darkhttpd /run/parabolaiso/bootmnt * NFS -# echo "/run/archiso/bootmnt 192.168.0.*(ro,no_subtree_check,no_root_squash)" >> /etc/exports +# echo "/run/parabolaiso/bootmnt 192.168.0.*(ro,no_subtree_check,no_root_squash)" >> /etc/exports # systemctl start rpc-mountd.service @@ -118,7 +118,7 @@ Note: Adjust ARCH_201302 as needed. # cat << EOF > /tmp/nbd-server.conf [generic] -[archiso] +[parabolaiso] readonly = true exportname = /dev/disk/by-label/ARCH_201302 EOF -- cgit v1.2.2