From 8bdafdebba2dd4eba07bb3e6d3807537b8d1bfc7 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Fri, 12 Jan 2024 16:54:16 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a863621..b20e14b 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ System requirements for usage; - `/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 +- `dracut`, `wget`, `curl` and `btrfs-progs` are installed System requirements for image building; -- `arch-install-scripts` are installed +- `arch-install-scripts` and `btrfs-progs` are installed +- A btrfs partitioned workdir, default is `/var/tmp` 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