aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 15:33:43 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 15:33:43 -0600
commitfb0ca5dbdc53009713a635929feab04bc4db5e41 (patch)
tree46fe35fdb2708a2ed4798a53a2a2655ce43409d7
parent4884cff1e0caea14fe8c5acd50931e0112ed0b5e (diff)
downloadarchangel-fb0ca5dbdc53009713a635929feab04bc4db5e41.tar.gz
archangel-fb0ca5dbdc53009713a635929feab04bc4db5e41.zip
chore: remove default Makefile target, update README overview
-rw-r--r--Makefile6
-rw-r--r--README.org5
2 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 313e39f..a870255 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
# Makefile for archangel ISO build and testing
#
# Usage:
-# make - Run lint and build
# make test - Run lint
# make test-install - Run install tests in VM (slow)
# make build - Build the ISO
@@ -11,10 +10,7 @@
#
# Test configurations are in scripts/test-configs/
-.PHONY: all test test-install build release clean lint
-
-# Default target
-all: lint build
+.PHONY: test test-install build release clean lint
# Lint all bash scripts
lint:
diff --git a/README.org b/README.org
index 2767ee3..970cb74 100644
--- a/README.org
+++ b/README.org
@@ -5,10 +5,7 @@ Arch Linux ISO and installer with ZFS and Btrfs support.
* Overview
-Archangel is a custom Arch Linux ISO build system that creates a live environment
-optimized for installing Arch Linux on ZFS or Btrfs root filesystems. It provides an
-interactive installer with support for encrypted filesystems, multi-disk RAID
-configurations, and automatic snapshot management.
+Archangel is a custom Arch Linux ISO build system. It generates a live ISO and installer Arch Linux on ZFS or Btrfs root filesystems. It provides an interactive installer with support for encrypted filesystems, multi-disk RAID configurations, and automatic snapshot management.
The ISO includes all necessary tools pre-loaded, eliminating the need for
manual module loading or package installation during the install process.