summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 20:02:47 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:35 -0300
commit1abe10776520be29afbea26646936a0f29f4c5be (patch)
tree987efa2f316154f6af83df7159b645643a243e2a
parentb5179d83c1649a8ba5a00bbaea57ed43503e4656 (diff)
Replace: arch/ -> parabola/
-rw-r--r--docs/README.altbootmethods16
-rw-r--r--docs/README.build8
-rw-r--r--docs/README.transfer6
3 files changed, 15 insertions, 15 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
diff --git a/docs/README.build b/docs/README.build
index ba17e94..ecc99a7 100644
--- a/docs/README.build
+++ b/docs/README.build
@@ -4,7 +4,7 @@ INDEX
* Build requirements
* Image types generated by mkparabolaiso.
* File format for aitab.
-* Why the /isolinux and /arch/boot/syslinux directories?
+* Why the /isolinux and /parabola/boot/syslinux directories?
* Building the most basic Parabola GNU/Linux-libre live media. (configs/baseline)
* Building official Parabola GNU/Linux-libre live media. (configs/releng)
@@ -73,13 +73,13 @@ It consists of some fields which define the behaviour of images.
Space used + 10% (estimated for metadata overhead) + desired %
-*** Why the /isolinux and /arch/boot/syslinux directories?
+*** Why the /isolinux and /parabola/boot/syslinux directories?
The /isolinux directory holds files needed for the ISOLINUX boot loader
module of SYSLINUX. ISOLINUX can not find config files on
-/arch/boot/syslinux, like other boot loaders modules (EXTLINUX, SYSLINUX, etc).
+/parabola/boot/syslinux, like other boot loaders modules (EXTLINUX, SYSLINUX, etc).
When make your custom boot-pendrive, you need to copy /arch directory to it.
-/isolinux/isolinux.cfg just holds /arch/boot/syslinux/syslinux.cfg
+/isolinux/isolinux.cfg just holds /parabola/boot/syslinux/syslinux.cfg
diff --git a/docs/README.transfer b/docs/README.transfer
index b2d0b5b..694324b 100644
--- a/docs/README.transfer
+++ b/docs/README.transfer
@@ -41,7 +41,7 @@ Nomeclature:
Note: These steps are the general workflow, you can skip some of them,
using another filesystem if your bootloader supports it,
- installing to another directory than "arch/" or using more than
+ installing to another directory than "parabola/" or using more than
one partition. Just ensure that main boot params options
(parabolaisolabel= and parabolaisobasedir=) are set correctly according to your setup.
@@ -82,7 +82,7 @@ Note: COW is not supported on NTFS.
# bsdtar -x --exclude=isolinux/ --exclude=EFI/ --exclude=loader/ -f <ISO-SOURCE> -C <MNT-TARGET-N>
5) Install syslinux bootloader on target filesystem.
-# extlinux -i <MNT-TARGET-N>/arch/boot/syslinux
+# extlinux -i <MNT-TARGET-N>/parabola/boot/syslinux
6) Unmount target filesystem.
# umount <MNT-TARGET-N>
@@ -116,7 +116,7 @@ Note: Using here a GPT partition mode as example, but MBR should also works
# mount <DEV-TARGET-N> <MNT-TARGET-N>
4) Extract ISO image on target filesystem.
-# bsdtar -x --exclude=isolinux/ --exclude=EFI/parabolaiso/ --exclude=arch/boot/syslinux/ -f <ISO-SOURCE> -C <MNT-TARGET-N>
+# bsdtar -x --exclude=isolinux/ --exclude=EFI/parabolaiso/ --exclude=parabola/boot/syslinux/ -f <ISO-SOURCE> -C <MNT-TARGET-N>
5) Unmount target filesystem.
# umount <MNT-TARGET-N>