]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add bios support to Archlinux 261/head
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 17 Nov 2018 00:24:18 +0000 (16:24 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 21 Nov 2018 02:07:28 +0000 (18:07 -0800)
commitdae254028af0dafa225964a365e6414f33ad67c8
tree1200099d483d2ac296f12e121693bd86cd9e2d4e
parent325d08b8550bdac0d11e843b566564ed544f5ee6
Add bios support to Archlinux

In order to add support to boot on bios mode for Archlinux, the
following changes were made:

    - kernel packages are now installed as a second step: this allows us
      to patch the initrd config file so to disable the autodetection
      hook
    - patching the initrd config is now part of the distro install
      rather than bootloader install

uefi-only is the default and we can generate uefi-only, bios-only and
hybrid images. In the latter case grub is used for bios and systemd-boot
for UEFI.
mkosi