diff options
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -138,12 +138,18 @@ if [ "$stage" -eq "1" ]; then # Notes: # + # - some packages (such as CPU microcode updates) are in non-free. + # # - systemd-container seems to be required by host systemd-nspawn. # + comps="main,contrib,non-free" + pkgs="locales,klibc-utils,sudo,systemd-container" pkgs+=",linux-image-amd64,irqbalance,pciutils,usbutils" + pkgs+=",intel-microcode,amd64-microcode" + pkgs+=",hdparm,btrfs-progs" pkgs+=",net-tools,iproute2,iptables,isc-dhcp-client" @@ -164,6 +170,7 @@ if [ "$stage" -eq "1" ]; then --arch=amd64 \ --merged-usr \ --variant=minbase \ + --components="$comps" \ --include="$pkgs" \ "$release" "$root" "$mirror" |