From 8f76b4a47d1a01c10ba576053cc1cdd0289c32df Mon Sep 17 00:00:00 2001 From: Sergey Zapunidi Date: Tue, 28 Apr 2020 12:07:43 +0300 Subject: [PATCH] Fixed missing efibootmgr deb packet outside jail --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 27969cf..14f9237 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -518,7 +518,7 @@ function install_host_packages_Debian { echo "deb http://deb.debian.org/debian buster-backports main contrib" >> /etc/apt/sources.list apt update - apt install --yes -t buster-backports zfs-dkms + apt install --yes -t buster-backports zfs-dkms efibootmgr modprobe zfs fi