Skip to content

Commit 747951b

Browse files
committed
images/server: Rename package_selection for custom-repos
With package_selection set to `custom` for custom-repos 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 rename package_selection to `custom-repos-devbuilds` so as to enter the relevant switch case to install crucial packages. Signed-off-by: Anoop C S <anoopcs@samba.org>
1 parent 2b8b96f commit 747951b

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
@@ -131,7 +131,7 @@ case "${install_packages_from}" in
131131
;;
132132
custom-repos)
133133
get_custom_repos "${install_custom_repos}"
134-
package_selection=${package_selection:-custom}
134+
package_selection=${package_selection:-custom-repos-devbuilds}
135135
;;
136136
custom-devbuilds)
137137
get_custom_repos "${install_custom_repos}"

0 commit comments

Comments
 (0)