From 0e01974d4cad881ec0db3e661c2be6c4688e2c08 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:03:18 -0500 Subject: [PATCH] Update ubuntu_zfs_build_install.sh --- ubuntu_zfs_build_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu_zfs_build_install.sh b/ubuntu_zfs_build_install.sh index d2c42c4..2c43689 100644 --- a/ubuntu_zfs_build_install.sh +++ b/ubuntu_zfs_build_install.sh @@ -110,6 +110,7 @@ install_zfs(){ ##check zfs installed dmesg |grep ZFS + zpool version # lsinitramfs /initrd.img | grep zfs }