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.
This commit is contained in:
parent
75d36d2124
commit
571ea81069
@ -120,18 +120,13 @@ To install archiso system-wide use the included ``Makefile``:
|
|||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
Optionally install archiso's mkinitcpio hooks:
|
|
||||||
|
|
||||||
.. code:: sh
|
|
||||||
|
|
||||||
make install-initcpio
|
|
||||||
|
|
||||||
Optional features
|
Optional features
|
||||||
|
|
||||||
The iso image contains a GRUB environment block holding the iso name and version. This allows to
|
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.
|
boot the iso image from GRUB with a version specific cow directory to mitigate overlay clashes.
|
||||||
|
|
||||||
.. code:: sh
|
.. code:: sh
|
||||||
|
|
||||||
loopback loop archlinux.iso
|
loopback loop archlinux.iso
|
||||||
load_env -f (loop)/arch/grubenv
|
load_env -f (loop)/arch/grubenv
|
||||||
linux (loop)/arch/boot/x86_64/vmlinuz-linux ... \
|
linux (loop)/arch/boot/x86_64/vmlinuz-linux ... \
|
||||||
|
Loading…
Reference in New Issue
Block a user