10 Commits
Author SHA1 Message Date
Arnaud Rebillout 8a81dd3fd6 lxc-kali: Select dhcpcd-base in place of isc-dchp-client
Being based on Debian testing, Kali now uses dhcpcd-base instead of
isc-dhcp-client.

Signed-off-by: Arnaud Rebillout <arnaudr@debian.org>
2026-03-11 23:13:08 +07:00
Arnaud Rebillout 48b89d884c lxc-debian: Fix a misleading error message
The wget command above uses the variable `MIRROR` and not
`DEBIAN_MIRROR`...

Signed-off-by: Arnaud Rebillout <arnaudr@debian.org>
2026-03-11 23:13:08 +07:00
Arnaud Rebillout e21dc0318b lxc-debian: Add oldstable and oldoldstable to permanent releases
Signed-off-by: Arnaud Rebillout <arnaudr@debian.org>
2026-03-11 23:13:08 +07:00
Arnaud Rebillout 0d0ae9f09e lxc-debian: Use distro_codename in write_sourceslist
The variable `distro_codename` (introduced in previous commit) is a
better fit than `release` for places where we want to match a codename.

Signed-off-by: Arnaud Rebillout <arnaudr@debian.org>
2026-03-11 23:12:50 +07:00
Arnaud Rebillout 8d2cb761ab lxc-debian: Also add non-free-firmware when --enable-non-free
Debian has a non-free-firmware component, starting bookworm, cf.
https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#non-free-split

Signed-off-by: Arnaud Rebillout <arnaudr@kali.org>
2024-02-01 15:55:48 +07:00
Arnaud Rebillout 06268b7ff8 lxc-kali: Also add non-free-firmware when --enable-non-free
Kali Linux just enabled their non-free-firmware component,  cf.
https://www.kali.org/blog/non-free-firmware-transition/

Signed-off-by: Arnaud Rebillout <arnaudr@kali.org>
2024-02-01 15:55:44 +07:00
Arnaud Rebillout dd044cd9df lxc-kali: Reduce diff with Debian
Another commit, in the spirit of 0862ddf3, that doesn't really change
anything in terms of functionality, but brings the code in lxc-kali.in
closer to the code in lxc-debian.in, making it easier to compare the two
files.

Signed-off-by: Arnaud Rebillout <arnaudr@kali.org>
2024-02-01 15:55:39 +07:00
Arnaud Rebillout 0862ddf36d lxc-kali: Reduce diff with Debian
These bits were missing for no reason.

Signed-off-by: Arnaud Rebillout <arnaudr@kali.org>
2022-10-18 10:31:36 +07:00
Arnaud Rebillout 70ae901bdd lxc-kali: Fix incorrect use of basename instead of dirname
cf. ae96852bbb

Signed-off-by: Arnaud Rebillout <arnaudr@kali.org>
2022-10-18 10:31:36 +07:00
Arnaud Rebillout da7b8e8bf3 lxc-kali: Update usage message for Kali
--release was not documented, --security-mirror is not supported.

Signed-off-by: Arnaud Rebillout <arnaudr@kali.org>
2022-10-18 10:31:32 +07:00