From 4fd24b741d26b763ebac8675aafdcaa1adbd3675 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Jun 2017 18:05:11 +0200 Subject: Include CPU microcode updates --- bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 2f211f1..9335d08 100755 --- a/bootstrap +++ b/bootstrap @@ -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" -- cgit v1.1