From 827d87bd7f04e7fea9f83886f585b1374098c500 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Tue, 9 Dec 2025 12:00:55 +1300 Subject: [PATCH] document format of EXTRA_PPAS a bit --- README.parameters | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.parameters b/README.parameters index 42643dd7..e51f6877 100644 --- a/README.parameters +++ b/README.parameters @@ -221,6 +221,12 @@ EXTRA_PPAS Extra archives to get packages from. +This is a space separated list by the time it gets to +livecd-rootfs. Each element of the list is of the form USER/NAME[:PIN] +where user is a Launchpad user/team name, NAME is the name of the ppa +to add and the optional colon-PIN at the end is the value to pin (in +the "man 5 apt_preferences: sense) packages from this PPA at. + Production builds shouldn't really use this but it's definitely useful for development.