Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-07-31 17:25:26 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 17:25:26 +0200
commit571ea810691ab06bd2522ccc8d7a0d211b4dd46e (patch)
tree270184671313d54234c60ac2568f220db4a8e862 /README.rst
parent75d36d2124f2216ea0cfbdb0e19d4cb7bed8557b (diff)
README.rst: Remove initcpio, fix formatting
README.rst: Remove note on installing the initcpio scripts as they now reside in a separate project. Fix codeblock describing how to boot into the ISO from grub.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 6 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 79f2846..bc6c69e 100644
--- a/README.rst
+++ b/README.rst
@@ -120,23 +120,18 @@ To install archiso system-wide use the included ``Makefile``:
make install
-Optionally install archiso'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 archlinux.iso
- load_env -f (loop)/arch/grubenv
- linux (loop)/arch/boot/x86_64/vmlinuz-linux ... \
- cow_directory=${NAME}/${VERSION} ...
- initrd (loop)/arch/boot/x86_64/initramfs-linux-lts.img
+
+ loopback loop archlinux.iso
+ load_env -f (loop)/arch/grubenv
+ linux (loop)/arch/boot/x86_64/vmlinuz-linux ... \
+ cow_directory=${NAME}/${VERSION} ...
+ initrd (loop)/arch/boot/x86_64/initramfs-linux-lts.img
Contribute
==========