From 939359b94e56b88c2938d3bdd6299353fa736842 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Mon, 13 Oct 2025 19:38:54 -0400 Subject: [PATCH] Removed installation of zfs-initramfs as it is now handled by mmdebstrap --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 9344f6b..53a3635 100755 --- a/install.sh +++ b/install.sh @@ -128,10 +128,6 @@ EOF tzdata \ keyboard-configuration \ console-setup - - apt install \ - --yes \ - zfs-initramfs fi if [[ "${ID}" == 'debian' ]]; then