Package: ltsp-client-builder
Version: 5.18.12-1
Severity: serious
Tags: patch

ltsp-client-builder defaults are targeted at unsigned CD images, and
currently fail because it does not pass the --trust-file-mirror to
ltsp-build-client, which was introduced to solve this issue in:

  https://bugs.debian.org/911380

But the defaults for ltsp-client-builder were not updated to include
--trust-file-mirror, the following one-line patch adds it:

diff --git a/debian/ltsp-client-builder.templates 
b/debian/ltsp-client-builder.templates
index 996dbda7..a85884a7 100644
--- a/debian/ltsp-client-builder.templates
+++ b/debian/ltsp-client-builder.templates
@@ -29,7 +29,7 @@ _Description: Compressing thin client image...
 
 Template: ltsp-client-builder/build-client-opts
 Type: string
-Default: --mirror file:///media/cdrom --security-mirror none --updates-mirror 
none --accept-unsigned-packages
+Default: --mirror file:///media/cdrom --security-mirror none --updates-mirror 
none --accept-unsigned-packages --trust-file-mirror
 # Only used for preseeding arguments to ltsp-client-builder.
 Description: for internal use: arguments for ltsp-build-client:
  this option is meant to be used with debconf preseeding.


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to