From 7e23c3c1bceea29edc36d0523214e7cb9cd4dc84 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Fri, 12 Jan 2024 10:52:53 +0100 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1da80ae..0df54fb 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,16 @@ Arkdep attempts to be as simple to use as possible and avoid unnecessary abstrac Arkdep can be easily rolled out and torn down again, it is non-invasive by design. So it _should_ be safe to just toy around with it on your system. -System requirements; +System requirements for usage; - `/` is partitioned with btrfs - `/boot` mounted boot partition - 512MiB boot partition for max 2 deployments, 1GiB recommended - Systemd-boot bootloader is installed and configured as the primary bootloader - dracut, wget and curl are installed +System requirements for image building; +- `arch-install-scripts` are installed + The following command will initialize Arkdep, it will deploy a subvolume containing all Arkdep related files excluding kernels and initramfs to `/arkdep`. Kernel and initramfs will instead be stored in `/boot/arkdep` upon generation. ```shell sudo arkdep init