aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/debootstrap02.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/debootstrap02.sh')
-rw-r--r--scripts/debootstrap02.sh14
1 files changed, 12 insertions, 2 deletions
diff --git a/scripts/debootstrap02.sh b/scripts/debootstrap02.sh
index 9f59cc8..2adf2ec 100644
--- a/scripts/debootstrap02.sh
+++ b/scripts/debootstrap02.sh
@@ -26,6 +26,16 @@ apt-get install --yes amd64-microcode atmel-firmware firmware-amd-graphics firmw
apt-get install --yes grub-pc
+#
+# Build ZFS from scratch requirements
+#
+apt-get install --yes build-essential autoconf libtool gawk alien fakeroot gdebi linux-headers-amd64
+apt-get install --yes zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev libssl-dev parted lsscsi wget ksh gdebi
+apt-get install --yes python3 python3-dev python3-setuptools python3-cffi
+
+#
+# debootstrap and iso-image requirements
+#
apt-get install --yes \
systemd-sysv \
debootstrap xorriso live-build syslinux isolinux squashfs-tools genisoimage memtest86+
@@ -45,8 +55,8 @@ apt-get install --yes \
lsof rpcbind iptraf iftop wireshark tcpdump pcaputils ngrep
# Replace Debian ZFS packages and replace with vanilla latest release
-. ./zfs-buster-remove.sh
-. ./zfs-0.7.13-install-debian10.sh
+. ./zfs-bullseye-remove.sh
+. ./zfs-0.8.4-1-install-debian11.sh
cat apt-preferences.d-local-pin-init >> /etc/apt/preferences.d/local-pin-init
apt-get update
apt-get clean