Skip to content

Commit

Permalink
lxc-kali: Also add non-free-firmware when --enable-non-free
Browse files Browse the repository at this point in the history
Kali Linux just enabled their non-free-firmware component,  cf.
https://www.kali.org/blog/non-free-firmware-transition/

Signed-off-by: Arnaud Rebillout <[email protected]>
  • Loading branch information
elboulangero committed Feb 1, 2024
1 parent dd044cd commit 06268b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/lxc-kali.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06268b7

Please sign in to comment.