emerinohdz / arch64-efi32

Allows for the creation of a bootable EFI-32 Archlinux x64 ISO image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arch64-efi32 ISO builder

This project allows for the creation of a bootable EFI-32 Archlinux x64 ISO image.

Useful for intel devices like the LattePanda.

Dependencies

  • Make
  • Docker Engine

Getting started

For all of the following commands to work, you need to change to the root folder of the project.

Build a new Archlinux 2021.10.01 ISO with a efi32 loader using the iso task:

make build runner TASK=iso ARCH_VERSION=2021.10.01

See Makefile task_ rules for other available tasks.

Dev only

Githooks

git config core.hooksPath hooks

About

Allows for the creation of a bootable EFI-32 Archlinux x64 ISO image.

License:GNU Lesser General Public License v3.0


Languages

Language:Makefile 91.5%Language:Dockerfile 7.6%Language:Shell 0.9%