From a117cca106ca6a80e00f9f905d5b7d6a32113b29 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Mon, 11 Dec 2023 19:03:19 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da78c4..badbee8 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ sudo arkdep init Once ardep is installed you should prepare the overlay located at `/arkdep/overlay`. The overlay is copied directly on to the root filesystem of a new deployment, create directories inside of it as-if it were a root filesystem. For example, `/arkdep/overlay/etc` will be your `/etc` folder. You will most likely wish to add the following to the overlay; -- passwd, shadow, group, subgid and subuid files containing only entries for root and normal user accounts, system accounts will be supplied via the images and are stored seperate in `/usr/lib`. -- Optionally an fstab, locale.conf/locale.gen, localtime symlink and custom dracut configuration +- passwd, shadow, group, subgid and subuid files containing only entries for root and normal user accounts, system accounts will be supplied via the images and are stored separate in `/usr/lib`. +- fstab file with at least a writable `/var` subvolume configured +- Optionally a locale.conf/locale.gen, localtime symlink and custom dracut configuration Here is a reference fstab file, take note of the `subvol` mount option; ```shell