From d6484f4de0404a43e66c0150566d6c422446cf69 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 7 Jun 2024 18:51:09 +1200 Subject: [PATCH] add a comment explaining what the ubuntu-core-installer project is --- live-build/auto/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/live-build/auto/config b/live-build/auto/config index 305071e2..f4e7c9f7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1046,6 +1046,11 @@ case $PROJECT in ;; ubuntu-core-installer) + # The ubuntu-core-installer image is an installer that installs ubuntu + # core. The environment the installer runs in is similar to the server + # installer but it has a source catalog entry that points to the model + # created in ubuntu-core-installer/hooks/05-prepare-image.binary, which + # subiquity knows how to install. OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" PASSES_TO_LAYERS=true add_task base server-minimal server