From ef754ef278b330bf35722a0bcdc9964e68694b56 Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 2 Aug 2019 04:59:16 +0000 Subject: [PATCH] Add link to BuilderPlugins API for new template creation --- building-guides/building-non-fedora-template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/building-guides/building-non-fedora-template.md b/building-guides/building-non-fedora-template.md index 9cab13a..b797548 100644 --- a/building-guides/building-non-fedora-template.md +++ b/building-guides/building-non-fedora-template.md @@ -15,6 +15,8 @@ If you don't like using one of the existing templates because of specific admini This article shows how to go about building a template for a different OS. +You should make sure you understand the details of the BuilderPlugins API - they are explained [here][API]. + Qubes builder scripts ===================== @@ -161,3 +163,5 @@ Add the following line to your fstab (you can create this line in your package i Now install the package you built and mount `/proc/xen`. Verify that xenstore-read works by running: `xenstore-read name`. That should give you the current qube name. + +[API]: https://github.com/QubesOS/qubes-builder/blob/master/doc/BuilderPluginAPI.md