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 19:45:23 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 19:45:23 +0200
commit0f3a83abf767d0efd409d5563feb13d762c82c7c (patch)
treed69e37e9daf5e58a3c1366863fd06135e5858d6c /README.rst
parenta4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff)
parente58910165f94900d57fb00827c87d6aaca511d22 (diff)
Merge branch 'issues/47'
* issues/47: gitlab-ci: Call renamed check target Makefile: Remove mkinitcpio-archiso specific targets README.rst: Remove initcpio, fix formatting Remove mkinitcpio-archiso files
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
==========