Skip to content

Commit 5e2a347

Browse files
committed
images/server: Rename package_selection for custom-repo
With package_selection set to `custom` for custom-repo source we failed to install libcephfs-proxy2, samba-vfs-cephfs and few other required packages due to non satisfying switch case down the line. Instead we could rename package_selection to `custom-repo-devbuilds` so as to enter the relevant switch case to install crucial packages. Signed-off-by: Anoop C S <anoopcs@samba.org>
1 parent da991b3 commit 5e2a347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/server/install-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ case "${install_packages_from}" in
126126
;;
127127
custom-repo)
128128
get_custom_repo "${install_custom_repo}"
129-
package_selection=${package_selection:-custom}
129+
package_selection=${package_selection:-custom-repo-devbuilds}
130130
;;
131131
custom-devbuilds)
132132
get_custom_repo "${install_custom_repo}"

0 commit comments

Comments
 (0)