From 54fd5f6c90bb8287766b37b97978483a3ea3f73f Mon Sep 17 00:00:00 2001 From: Tau Date: Fri, 2 Feb 2024 15:14:27 +0100 Subject: [PATCH] adds further instruction in the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 30663fe..2576b63 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ It is suggested to checkout the [Vib repository's README](https://github.com/Van - Open the `recipe.yml` file and replace the image name and ID with your image name and ID in line 2 and 3. - Now, perform your additions and modifications to the recipe as per your requirements. - Optionally, add your own modules to the `modules` directory and add them in the package-modules includes in `recipe.yml`. +- You can check the Actions tab in Github to see the build progress of your image. + +## Use your custom image + +If your image got successfully built, you can then point abroot to your custom image to use it. + +- Edit `/etc/abroot/abroot.json` with `host-shell pkexec nano /etc/abroot/abroot.json`. +- Change the "name" entry from something like vanilla-os/desktop to your-github-name/your-image-name (for example taukakao/custom). +- Run "abroot upgrade" to switch to your custom image. ## Explore