summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-25 18:35:00 -0400
committerDavid P <megver83@parabola.nu>2020-08-25 19:30:56 -0400
commitea8efb8444c0fd31948c55efe0ec010945df9ac8 (patch)
treefcb4032675550ce4a9613d0b9546e662067f91a6 /README.rst
parent7fed176391e60b175273bebe818bc20310900f05 (diff)
sync with archiso
Imported changes: 4b40193 (HEAD -> master, tag: v47.1, origin/master, origin/HEAD) Add missing declaration of override_install_dir d90184a (tag: v47) Pass profile directory as parameter to mkarchiso e2c5b45 archiso/mkarchiso: reduce duplication and add more info messages Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index df0d03d..fb9a82f 100644
--- a/README.rst
+++ b/README.rst
@@ -49,7 +49,7 @@ be lost on update).
The examples below will assume an unmodified profile in a system location (unless noted otherwise).
-It is advised to check the help information of the **mkparabolaiso**:
+It is advised to consult the help output of **mkparabolaiso**:
.. code:: bash
@@ -60,7 +60,7 @@ Create images with packaged parabolaiso
.. code:: bash
- mkparabolaiso -B path/to/profile -w path/to/work_dir -o path/to/out_dir build_profile
+ mkparabolaiso -w path/to/work_dir -o path/to/out_dir path/to/profile
Create images with local clone
------------------------------
@@ -69,7 +69,7 @@ Clone this repository and run:
.. code:: bash
- ./parabolaiso/mkparabolaiso -B path/to/profile -w path/to/work_dir -o path/to/out_dir build_profile
+ ./parabolaiso/mkparabolaiso -w path/to/work_dir -o path/to/out_dir path/to/profile
Testing
=======
@@ -91,7 +91,7 @@ Run the following to boot the iso using UEFI:
.. code:: bash
- run_parabolaiso -i path/to/an/parabola.iso -u
+ run_parabolaiso -u -i path/to/an/parabola.iso
The script can of course also be executed from this repository: