summaryrefslogtreecommitdiff
path: root/docs/README.transfer
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 /docs/README.transfer
parentb5179d83c1649a8ba5a00bbaea57ed43503e4656 (diff)
Replace: arch/ -> parabola/
Diffstat (limited to 'docs/README.transfer')
-rw-r--r--docs/README.transfer6
1 files changed, 3 insertions, 3 deletions
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>