More Ubuntu and zfs

Check the number of snapshots, remove the oldest five.

df -h /boot

zfs list -r -t snapshot -o name,used,referenced,creation bpool/BOOT

zfs list -H -r -t snapshot -o name,used,referenced,creation bpool/BOOT | head -n 5 | cut -c 35-40 | xargs -n 1 sudo zsysctl state remove –system