From 31fda75e6eacbc98f08012a9fbe5e4243a356952 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 08:31:54 +0100 Subject: [PATCH] add firmware-linux for microcode --- post-debootstrap-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index d1793d1..ac91e07 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -22,7 +22,7 @@ apt-get -y install locales ### boot -apt-get -y install mdadm cryptsetup systemd systemd-sysv dropbear btrfs-tools +apt-get -y install mdadm cryptsetup systemd systemd-sysv dropbear btrfs-tools firmware-linux # generate minimal mdadm.conf mdadm --examine --scan | perl -pe 's/.*\/dev\/md\/?([0-9]+) .*UUID\=(.+?) .*/ARRAY \/dev\/md$1 UUID=$2/' > /etc/mdadm/mdadm.conf