|
5 | 5 | wget |
6 | 6 | curl |
7 | 7 | rsync |
8 | | -zstd /* if installed will use to compress initramfs */ |
| 8 | +zstd /* if installed will be used to compress initramfs */ |
9 | 9 |
|
10 | | -//di-live |
11 | | -whiptail /* di-live recommends */ |
12 | | -kbd /* di-live recommends */ |
13 | | -lvm2 /* di-live recommends */ |
14 | | -file /* di-live recommends */ |
15 | | -eject /* di-live recommends */ |
| 10 | +turnkey-keys /* TKL keys packaged for v19.x */ |
| 11 | + |
| 12 | +// Grub packages |
| 13 | +// * 'grub-pc' is required for legacy BIOS boot install |
| 14 | +// * 'grub-efi-amd64' is required for UEFI boot install |
| 15 | +// These grub packages conflict with one another but neither need be installed |
| 16 | +// within the live rootfs/squashfs - but are required for 'grub-install'. |
| 17 | +// We install grub-pc & ship grub-efi-amd64 deb (and deps) in the ISO. |
| 18 | +// If required, grub-efi-amd64 will be installed into the target chroot. |
| 19 | +grub-pc |
| 20 | + |
| 21 | +tkl-installer /* new custom TKL installer - replaces di-live */ |
| 22 | + |
| 23 | +efivar /* installer depends - ISO UEFI boot */ |
| 24 | +lvm2 /* installer recommends */ |
| 25 | +file /* installer recommends */ |
| 26 | +eject /* installer recommends */ |
16 | 27 |
|
17 | 28 | confconsole |
18 | 29 | kbd /* confconsole recommends */ |
19 | | -//di-live /* confconsole recommends */ |
20 | 30 | resolvconf /* confconsole recommends */ |
21 | 31 |
|
22 | | -/* Dbus is new default package in v18.x */ |
23 | | -dbus |
| 32 | +dbus /* dbus installed by default since v18.x */ |
24 | 33 |
|
25 | | -/* jiiterentropy-rngd provides entropy from cpu jitter; req'd in buster to */ |
26 | | -/* seed entropy in early boot (especially useful when live booting). */ |
| 34 | +// jiiterentropy-rngd provides entropy from cpu jitter; req'd to seed entropy |
| 35 | +// in early boot (especially useful when live booting). |
27 | 36 | jitterentropy-rngd |
28 | 37 |
|
29 | | -//tklbam /* still depends on py2 for now */ |
| 38 | +tklbam /* depends on pypy2 for now */ |
30 | 39 |
|
31 | 40 | hubdns |
32 | 41 | inithooks |
|
49 | 58 | ntpsec |
50 | 59 | ncurses-term /* support additional $TERM values */ |
51 | 60 |
|
52 | | -//perl-openssl-defaults /* libnet-ssleay-perl depends (webmin depends) */ |
53 | | -//libnet-ssleay-perl /* webmin depends */ |
54 | 61 | webmin |
55 | 62 | webmin-authentic-theme |
56 | 63 | webmin-net |
|
0 commit comments