Skip to content

Commit 3f6dce5

Browse files
committed
Update README with info about this fork
1 parent 20d65c2 commit 3f6dce5

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

README.rst

+50-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,53 @@
1-
=======
1+
About this fork
2+
===============
3+
This is a fork of archiso with support for creating aarch64 (ARM64) Arch Linux ARM (referred to as ALARM) generic UEFI ISOs.
4+
5+
Why?
6+
----
7+
I wanted to be able to easily install ALARM in a Parallels VM on my M1 Mac. This repo will allow anyone to fairly easily
8+
create ALARM ISOs to be able to run in VMs on their aarch64 computers. It will almost certainly be helpful to people wanting
9+
to install ALARM on their aarch64 computers that have UEFI firmwares that allow for booting from multiple storage devices
10+
(e.g., devices that can boot from USB flash drives).
11+
12+
Changes here vs archiso
13+
-----------------------
14+
- Modified `archiso/mkarchiso <archiso/mkarchiso/>`_ script with aarch64 support, removed hardcoded `ucodes` that are unavailable on aarch64
15+
- Modified `configs/releng/pacman.conf <configs/releng/pacman.conf>`_ to remove packages that are unavailable on aarch64, and add ``linux-aarch64`` kernel
16+
- Removed config files + systemd services for packages have been removed
17+
- Updated various files with aarch64 branding (e.g., replace "x64" strings with "aarch64")
18+
- Replace x64 Arch Linux specific config files with ALARM versions (e.g., use ALARM pacman config + mirrorlist)
19+
- Add new `journald.conf.d <configs/releng/airootfs/etc/systemd/journald.conf.d>`_ config "`audit.conf <configs/releng/airootfs/etc/systemd/journald.conf.d/audit.conf>`_" to disable outputting audit messages to the Linux TTY
20+
- TTY would otherwise get filled with audit messages, which would make it very hard to install ALARM
21+
- Move archiso ``initcpio`` files directly into the `releng airootfs <configs/releng/airootfs>`_
22+
- Modified `archiso_kms <configs/releng/airootfs/usr/lib/initcpio/install/archiso_kms>`_ hooks to not show warnings
23+
when running archiso in the mkintcpio section, as there are modules which are unavailable in ``linux-aarch64``
24+
- Note: this fork is currently based off of the ``v57`` release, which is the last version that has these files included in
25+
in the archiso project. They have since been moved `here <https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/>`_,
26+
as x64 Arch Linux now has those files added to the ISO through the ``mkinitcpio-archiso`` package. This package *IS* available
27+
from the ALARM packages (as the package is flagged as "any" architecture), however those files can't be modified with the changes
28+
noted above. Maybe at some point the changes can get merged upstream or an ALARM-specifc fork can be created,
29+
but for now, having them inside the ``airootfs`` is fine
30+
31+
Check the commits to this repo to see all the changes.
32+
33+
How to use?
34+
-----------
35+
**Note: I will occasionally push new ISOs to the releases section of this repository, so if you don't want
36+
to build the ISO yourself, check there first**
37+
38+
*I assume these commands are being run from an existing Arch Linux install, whether that be x64 or ARM)*
39+
40+
1. Install the packages mentioned in `Requirements`_. Note that you don't need the virtualized test environment packages.
41+
2. ``git clone`` this repository and ``cd`` into it
42+
3. run ``sudo ./archiso/mkarchiso -v configs/releng``. This will download all the packages and build the ISO
43+
4. You can find the generated ISO in in `work <work/>`_ once it has been built
44+
5. If you want to run it again (e.g., you want to build a more up-to-date ISO, or you want to add packages to be installed
45+
to the ISO), first run ``sudo rm -rf work`` and ``sudo rm -rf out`` to delete the working tree and ISO.
46+
Then re-run from step #3.
47+
48+
**The original README for archiso continues below:**
49+
====================================================
50+
251
archiso
352
=======
453

0 commit comments

Comments
 (0)