summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-08-02 19:01:09 -0400
committerDavid P <megver83@parabola.nu>2021-08-02 19:03:44 -0400
commitf95bbcacb4525f5ebe4627dbd75df7bb915010d1 (patch)
treec4332029091ad58ce250730d7ea5ba6cbc94cadd /README.rst
parent8b185792cce1c515d985e327741660207dd5a110 (diff)
mkparabolaiso: remove _available_ucodes referencesv57
this is a "oops" when copy-pasting archiso code, plus, for some reason, Makefile and README.rst were not completely synced in the last commit ¯\_(ツ)_/¯ Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 5 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 35a24fb..12d3169 100644
--- a/README.rst
+++ b/README.rst
@@ -121,23 +121,17 @@ To install parabolaiso system-wide use the included ``Makefile``:
make install
-Optionally install parabolaiso's mkinitcpio hooks:
-
-.. code:: sh
-
- make install-initcpio
-
Optional features
The iso image contains a GRUB environment block holding the iso name and version. This allows to
boot the iso image from GRUB with a version specific cow directory to mitigate overlay clashes.
.. code:: sh
- loopback loop parabola.iso
- load_env -f (loop)/parabola/grubenv
- linux (loop)/parabola/boot/x86_64/vmlinuz-linux-libre ... \
- cow_directory=parabola/${VERSION} ...
- initrd (loop)/parabola/boot/x86_64/initramfs-linux-libre-lts.img
+ loopback loop parabola.iso
+ load_env -f (loop)/parabola/grubenv
+ linux (loop)/parabola/boot/x86_64/vmlinuz-linux-libre ... \
+ cow_directory=parabola/${VERSION} ...
+ initrd (loop)/parabola/boot/x86_64/initramfs-linux-libre-lts.img
Contribute
==========