terem42 / zfs-hetzner-vm

script to install Debian 10, 11, 12 and Ubuntu 18, 20, 22 LTS with ZFS root on Hetzner VPS
165 stars 108 forks source link

Increase bpool size to 2G so we don't risk boot breaking #32

Closed driops closed 2 years ago

driops commented 2 years ago

512MB is too small to fit 4 kernels, which is what a Debian/Ubuntu system will have if apt pulls updates for both ZFS and kernel at the same time. Should fix https://github.com/terem42/zfs-hetzner-vm/issues/29

terem42 commented 2 years ago

makes sence, thanks