Go to file
Ryan Heywood 35721b5dca
initial commit
2024-01-31 01:51:17 -05:00
configs/airgap initial commit 2024-01-31 01:51:17 -05:00
.dockerignore initial commit 2024-01-31 01:51:17 -05:00
.gitignore initial commit 2024-01-31 01:51:17 -05:00
Dockerfile initial commit 2024-01-31 01:51:17 -05:00
Makefile initial commit 2024-01-31 01:51:17 -05:00
README.md initial commit 2024-01-31 01:51:17 -05:00

README.md

Airgap NG

A slim version of Arch Linux intended to run on airgapped (always-offline) systems. The builder runs in Docker using privileged mode.

Building

The default target is the airgap image, but a different one can be specified.

config="airgap"
make "out/archlinux-baseline-arch-${config}-x86_64.iso"

Flashing

Assuming your block device is /dev/sdb:

pv < out/archlinux-baseline-arch-airgap-x86_64.iso | sudo dd of=/dev/sdb