diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index 7d6b3517b..912d33766 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -22,8 +22,8 @@
  • @@ -81,7 +81,7 @@ @@ -165,7 +165,7 @@

    The Unified Kernel Image can be booted from your UEFI firmware or bootloader like any other <EFI> file.

    -

    2.3 Kernel / Initramfs / Microcode / Rescue System / PXE

    +

    2.3 Kernel / Initrd / Microcode / Rescue System / PXE

    @@ -186,14 +186,14 @@ - + @@ -219,11 +219,11 @@ - + @@ -235,10 +235,10 @@
    InitramfsInitrd -initramfs-aarch64.img[.sig]
    -initramfs-latest-aarch64.img[.sig]
    -initramfs-local-aarch64.img[.sig]
    +initrd-aarch64.img[.sig]
    +initrd-latest-aarch64.img[.sig]
    +initrd-local-aarch64.img[.sig]
    -initramfs-riscv64.img[.sig]
    +initrd-riscv64.img[.sig]
    InitramfsInitrd -initramfs-x86_64.img[.sig]
    -initramfs-latest-x86_64.img[.sig]
    -initramfs-local-x86_64.img[.sig]
    +initrd-x86_64.img[.sig]
    +initrd-latest-x86_64.img[.sig]
    +initrd-local-x86_64.img[.sig]
    -

    2.4 ISO / Initramfs / UKI Types

    +

    2.4 ISO / Initrd / UKI Types

    @@ -362,7 +362,7 @@ iso_loop_path=/dirname/basename_of_archboot.iso @@ -753,8 +753,8 @@ It may happen that

    5. Comparison To Archiso Image

    @@ -1009,16 +1009,16 @@ It’s an initramfs which includes everything. The calculated size to boot the i
    menuentry "Archboot" --class iso { loopback loop (hdX,Y)/archboot.iso linux (loop)/boot/vmlinuz-x86_64 iso_loop_dev=/dev/sdXY iso_loop_path=/archboot.iso -initrd (loop)/boot/initramfs-x86_64.img +initrd (loop)/boot/initrd-x86_64.img }
    - + - +
    Create the initramfs with your chosen profile:Create the initrd with your chosen profile:
    # archboot-cpio.sh -c /etc/archboot/<profile>.conf -g initramfs.img# archboot-cpio.sh -c /etc/archboot/<profile>.conf -g initrd.img
    -

    Add your used kernel and initramfs to your bootloader.

    +

    Add your used kernel and initrd to your bootloader.

    7.2 Create Image Files

    7.2.1 Requirement

    In order to build images you will need around 3G free space on disk.

    @@ -1081,10 +1081,10 @@ There are the following configuration files for ISO creation:

    7.2.3.3 archboot-cpio.sh

    -

    The archboot initramfs toolchain uses its own cpio generator, which is mkinitcpio compatible and only uses the following options:

    +

    The archboot initrd toolchain uses its own cpio generator, which is mkinitcpio compatible and only uses the following options: