From f5515e5e26dee344afd0da3da854ff933e4dc3e7 Mon Sep 17 00:00:00 2001 From: Sergey Zapunidi Date: Mon, 27 Apr 2020 19:38:18 +0300 Subject: [PATCH 1/2] Fixed missing deb packet rsync in jail --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 49f493a..27969cf 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -989,7 +989,7 @@ APT' chroot_execute "apt update" chroot_execute 'echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections' - chroot_execute "apt install --yes zfs-initramfs zfs-dkms grub-efi-amd64-signed shim-signed" + chroot_execute "apt install --yes rsync zfs-initramfs zfs-dkms grub-efi-amd64-signed shim-signed" } function install_jail_zfs_packages_elementary { From 8f76b4a47d1a01c10ba576053cc1cdd0289c32df Mon Sep 17 00:00:00 2001 From: Sergey Zapunidi Date: Tue, 28 Apr 2020 12:07:43 +0300 Subject: [PATCH 2/2] 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