summaryrefslogtreecommitdiff
path: root/docs/README.transfer
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 19:25:39 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 19:25:39 -0300
commitc769fd8dc65553e2577d9efafd794fd8a4f96603 (patch)
treec49740665bd8a8199a198d782000338d382afc07 /docs/README.transfer
parent8e38b9ec49328bcc1db62069fb35cc5ea1775b92 (diff)
Replace: archiso -> parabolaiso
Diffstat (limited to 'docs/README.transfer')
-rw-r--r--docs/README.transfer4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.transfer b/docs/README.transfer
index f829e0c..37dfa77 100644
--- a/docs/README.transfer
+++ b/docs/README.transfer
@@ -43,7 +43,7 @@ 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
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
@@ -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/archiso/ --exclude=arch/boot/syslinux/ -f <ISO-SOURCE> -C <MNT-TARGET-N>
+# bsdtar -x --exclude=isolinux/ --exclude=EFI/parabolaiso/ --exclude=arch/boot/syslinux/ -f <ISO-SOURCE> -C <MNT-TARGET-N>
5) Unmount target filesystem.
# umount <MNT-TARGET-N>