diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-27 18:05:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-27 18:05:11 +0200 |
commit | 4fd24b741d26b763ebac8675aafdcaa1adbd3675 (patch) | |
tree | ba87a0e21f7a8d65904cbdb3f4bd17a890d53275 | |
parent | 968e8234c77087025b77be5f22a6268914d88e62 (diff) |
Include CPU microcode updates
-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" |