[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#856553: jenkins: Debian Edu combi server preseeding needs adjustment



Package: qa.debian.org
Severity: normal

The Debian Edu combi server preseeding should set 'ltsp-server' instead 
of the default 'ltsp-server-standalone' as value for the LTSP udeb 
server_packages to avoid installation of unwanted packages.

Patch attached.

Wolfgang
From e0b390ef1ab7c8227a3d014fc331a0689819407b Mon Sep 17 00:00:00 2001
From: Wolfgang Schweer <wschweer@arcor.de>
Date: Thu, 2 Mar 2017 12:33:25 +0100
Subject: [PATCH] Adjust Debian Edu combi server preseeding (LTSP
 server_packages). While this change is needed for Stretch, it doesn't harm
 for Jessie. So changing it here and keeping the symlink for Stretch should be
 ok.

---
 .../debian-edu_jessie-daily-netinst_combi-server_preseed.cfg           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg
index eae4f78a..a9d89ba1 100644
--- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg
+++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg
@@ -393,6 +393,9 @@ d-i grub-installer/bootdev  string /dev/sda
 
 # Tell LTSP to not use the CDROM, but a HTTP mirror
 d-i ltsp-client-builder/use_cdrom boolean false
+# Use 'ltsp-server' instead of the default (ltsp-server-standalone),
+# to avoid unwanted Depends.
+d-i ltsp-client-builder/server_packages string ltsp-server
 # Not using --copy-sourceslist as it causes cdrom apt sources
 # to be copied too, and this break the installation for some reason.
 d-i ltsp-client-builder/build-client-opts string --dist jessie \
-- 
2.11.0

Attachment: signature.asc
Description: PGP signature


Reply to: