summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader/pack-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_upgrader/pack-update.sh')
-rwxr-xr-xsatellit_upgrader/pack-update.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/satellit_upgrader/pack-update.sh b/satellit_upgrader/pack-update.sh
index e0238d2..dc4112c 100755
--- a/satellit_upgrader/pack-update.sh
+++ b/satellit_upgrader/pack-update.sh
@@ -37,6 +37,12 @@ declare -rg FILES_IPXE="
"
declare -rg TGZ_LDADP="files/ldadp.tar.gz"
+declare -rg LIST_LDADP="
+ Makefile
+ .localversion
+ version.in.h
+ ldadp.c
+"
declare -rg TGZ_DNBD3="files/dnbd3.tar.gz"
declare -rg FILES_DNBD3="
@@ -170,8 +176,8 @@ addpayload "DOZMOD" "Dozmod server"
addpayload "TASKMANAGER" "Taskmanager"
addpayload "TFTP" "TFTP/PxeLinux data"
addpayload "IPXE" "iPXE source code"
-addpayload "LDADP" "ldap/ad proxy"
-addpayload "DNBD3" "dnbd3-server"
+addpayload "LDADP" "ldap/ad proxy source code"
+addpayload "DNBD3" "dnbd3-server source code"
if [ -z "$LEAN" ]; then
addinstallfile "lighttpd.conf"