diff options
Diffstat (limited to 'docs/README.transfer')
-rw-r--r-- | docs/README.transfer | 6 |
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> |