Skip to content
Snippets Groups Projects
Verified Commit 571ea810 authored by David Runge's avatar David Runge :chipmunk:
Browse files

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.
parent 75d36d21
No related branches found
No related tags found
No related merge requests found
......@@ -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
==========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment