summaryrefslogtreecommitdiff
path: root/docs/README.transfer
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.transfer')
-rw-r--r--docs/README.transfer18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/README.transfer b/docs/README.transfer
index c2883ad..fd916fc 100644
--- a/docs/README.transfer
+++ b/docs/README.transfer
@@ -13,7 +13,7 @@ INDEX
*** Transfer ISO image to target medium (configs/releng)
-ISO images names consist of: archlinux-<YYYY>.<MM>.<DD>-dual.iso
+ISO images names consist of: parabola-<YYYY>.<MM>.<DD>-dual.iso
Where:
<YYYY> Year
@@ -34,7 +34,7 @@ Nomeclature:
1) Write it directly using your favorite recording program.
-# cdrecord dev=<B>,<T>,<L> -dao archlinux-<YYYY>.<MM>.<DD>-dual.iso
+# cdrecord dev=<B>,<T>,<L> -dao parabola-<YYYY>.<MM>.<DD>-dual.iso
** To -> USB Flash Drive (USB-key) / Memory card (SD) /
@@ -42,9 +42,9 @@ 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
- (archisolabel= and archisobasedir=) are set correctly according to your setup.
+ (parabolaisolabel= and parabolaisobasedir=) are set correctly according to your setup.
Nomeclature:
<DEV-TARGET>: Device node of the drive where ISO contents should be copied
@@ -53,10 +53,10 @@ Nomeclature:
(example: /dev/sdx1)
<MNT-TARGET-N>: Mount point path where <DEV-TARGET-N> is mounted
(example: /mnt/sdx/1)
-<ISO-SOURCE>: Path to the ISO file archlinux-<YYYY>.<MM>.<DD>-dual.iso
- (example: ~/archlinux-2012.07.22-dual.iso)
+<ISO-SOURCE>: Path to the ISO file parabola-<YYYY>.<MM>.<DD>-dual.iso
+ (example: ~/parabola-2012.07.22-dual.iso)
<FS-LABEL>: Represents the filesystem label of the <ISO-SOURCE>
- (example: ARCH_201302)
+ (example: PARABOLA_201302)
* PC-BIOS (MBR):
@@ -83,7 +83,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>
@@ -117,7 +117,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/archiso/ --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>