index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Hesse <mail@eworm.de> | 2021-04-01 14:24:12 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-04-07 16:40:18 +0000 |
commit | 1a9710963996e476790d7a351b57b090866c9b71 (patch) | |
tree | 6dee6ed3c05a2d15fe55091023fcccd00cebd7c3 /README.rst | |
parent | 09b6127fe8cabaf9a54a3bb864b0e3e009ca8476 (diff) |
-rw-r--r-- | README.rst | 6 |
@@ -121,14 +121,14 @@ Optionally install archiso's mkinitcpio hooks: Optional Features ================= -The iso image contains a grub environment block holding the iso version. This allows to boot the iso image from grub -with a version specific cow directory to mitigate overlay clashes. +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:: grub loopback loop archlinux.iso load_env -f (loop)/arch/grubenv linux (loop)/arch/boot/x86_64/vmlinuz-linux ... \ - cow_directory=archlinux/${VERSION} ... + cow_directory=${NAME}/${VERSION} ... initrd (loop)/arch/boot/x86_64/initramfs-linux-lts.img Contribute |