diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-07-31 19:45:23 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-07-31 19:45:23 +0200 |
| commit | 0f3a83abf767d0efd409d5563feb13d762c82c7c (patch) | |
| tree | d69e37e9daf5e58a3c1366863fd06135e5858d6c /README.rst | |
| parent | a4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff) | |
| parent | e58910165f94900d57fb00827c87d6aaca511d22 (diff) | |
| download | archiso-0f3a83abf767d0efd409d5563feb13d762c82c7c.tar.gz archiso-0f3a83abf767d0efd409d5563feb13d762c82c7c.tar.bz2 | |
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.rst | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -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 ========== |
