[elbe-devel] [PATCH v3 03/52] docs quickstart: fix key.pub -> repo.pub

dion at linutronix.de dion at linutronix.de
Thu Jun 27 14:44:17 CEST 2019


From: Torben Hohn <torben.hohn at linutronix.de>

when the key is generated the documentation tells the user to name
it repo.pub. Be consistent.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: John Ogness <john.ogness at linutronix.de>
---
 docs/quickstart.txt                    | 2 +-
 examples/armhf-ti-beaglebone-black.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index d4c867b7..a525be63 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -421,7 +421,7 @@ following to access the repository:
 	<url>
 		<binary>http://LOCALMACHINE/repo/ jessie main</binary>
 		<source>http://LOCALMACHINE/repo/ jessie main</source>
-		<key>http://LOCALMACHINE/repo/key.pub</key>
+		<key>http://LOCALMACHINE/repo/repo.pub</key>
 	</url>
 </url-list>
 -------------------------------------------------------------------------------
diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index eb835ee4..d9bde164 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -142,6 +142,7 @@
 			<pkg>systemd</pkg>
 			<!-- install a package from backports -->
 			<pkg pin="stretch-backports">btrfs-progs</pkg>
+			<pkg pin="stretch-backports">libzstd1</pkg>
 			<!-- install the gpiotest built by pbuilder  -->
 			<pkg>gpiotest</pkg>
 		</pkg-list>
-- 
2.11.0




More information about the elbe-devel mailing list