Skip to content

Commit 0e3cb1a

Browse files
anoopcs9phlogistonjohn
authored andcommitted
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 <[email protected]>
1 parent 6908531 commit 0e3cb1a

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

0 commit comments

Comments
 (0)