Merge pull request #112 from saveriomiroddi/install_extra_packages_ubuntu_desktop

Install extra host package `efibootmgr` [on Ubuntu Desktop]
This commit is contained in:
Saverio Miroddi 2020-05-05 14:08:49 +02:00 committed by GitHub
commit 0a1eabbd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ function install_host_packages {
# Module compilation log: `/var/lib/dkms/zfs/0.8.2/build/make.log` (adjust according to version).
#
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
apt install --yes libelf-dev zfs-dkms
apt install --yes libelf-dev zfs-dkms efibootmgr
systemctl stop zfs-zed
modprobe -r zfs