Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 ltsp (5.18.12-3.1astra4) unstable; urgency=medium
 .
   * fix fat-client-desktop
Author: Vladimir Silantev <support@rusbitech.ru>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-12-25

--- ltsp-5.18.12.orig/server/share/ltsp/plugins/ltsp-build-client/AstraLinux/010-debootstrap
+++ ltsp-5.18.12/server/share/ltsp/plugins/ltsp-build-client/AstraLinux/010-debootstrap
@@ -33,10 +33,10 @@ case "$MODE" in
         # Install base packages
         if [ "$DIST" = "orel" ];then
             MIRROR=${MIRROR:-"http://dl.astralinux.ru/astra/current/orel/repository/"}
-            EARLY_PACKAGES=${EARLY_PACKAGES:-"ltsp-client"}
+            EARLY_PACKAGES="$EARLY_PACKAGES ltsp-client"
         else
             MIRROR=${MIRROR:-"file:///media/cdrom"}
-            EARLY_PACKAGES=${EARLY_PACKAGES:-"ltsp-client parsec linux-astra-modules"}
+            EARLY_PACKAGES="$EARLY_PACKAGES ltsp-client parsec linux-astra-modules"
             mkdir -p $ROOT/media/cdrom
             mount --bind /media/cdrom $ROOT/media/cdrom
         until cat /media/cdrom/.disk/info 2> /dev/null | grep -E "OS Astra Linux 1.6 smolensk - amd64 DVD" ; do
