diff --git a/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh b/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh index 6cd8bd8..92060e0 100644 --- a/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh +++ b/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh @@ -29,6 +29,10 @@ # * 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 +# 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 < { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ]" @@ -394,8 +396,7 @@ cat > /mnt/etc/nixos/configuration.nix <