diff --git a/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh b/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh index 07d474e..6ef83a1 100644 --- a/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh +++ b/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh @@ -26,20 +26,27 @@ # * exports of env vars are added throughout the script in case you want to run it manually export LC_ALL=C -# WARNING: on 2023/07/16 the rescue system of hetzner boots with kernel 6.3.7 which +set -euox pipefail + +# ORIGINAL WARNING: on 2023/07/16 the rescue system of hetzner boots with kernel 6.3.7 which # is by default not supported by the latest debian package. You need to update to debian # unstable to proceed with the zfs installation. -cat > /etc/apt/preferences.d/90_zfs <