Skip to content

Commit

Permalink
Update hetzner-ubuntu22-zfs-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
terem42 authored Sep 30, 2023
1 parent 9fcedce commit 5dc4fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hetzner-ubuntu22-zfs-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ chroot_execute "echo options zfs zfs_arc_max=$((v_zfs_arc_max_mb * 1024 * 1024))

echo "======= setting up grub =========="
chroot_execute "echo 'grub-pc grub-pc/install_devices_empty boolean true' | debconf-set-selections"
chroot_execute "mkdir /tmp/hwc"
chroot_execute "DEBIAN_FRONTEND=noninteractive apt install --yes grub-pc"
chroot_execute "grub-install ${v_selected_disks[0]}"

Expand Down

0 comments on commit 5dc4fe0

Please sign in to comment.