diff --git a/templates/lxc-kali.in b/templates/lxc-kali.in index 4248205..1a3cb7b 100644 --- a/templates/lxc-kali.in +++ b/templates/lxc-kali.in @@ -224,7 +224,7 @@ write_sourceslist() if [ "$mainonly" = 1 ]; then non_main='' else - non_main=' contrib non-free' + non_main=' contrib non-free non-free-firmware' fi cat >> "${rootfs}/etc/apt/sources.list" << EOF @@ -644,7 +644,7 @@ Options : --packages=PACKAGE_NAME1,PACKAGE_NAME2,... List of additional packages to install. Comma separated, without space. -c, --clean only clean up the cache and terminate - --enable-non-free include also Kali's contrib and non-free repositories. + --enable-non-free include also Kali's contrib, non-free and non-free-firmware repositories. -I|--interpreter-path=INTERPRETER-PATH Path of the binfmt interpreter to copy to the rootfs -F | --flush-cache Flush the kali release cache