dyindude / ubuntu-zfs

BSD 2-Clause "Simplified" License
8 stars 4 forks source link

mirror grub #22

Closed dyindude closed 6 years ago

dyindude commented 6 years ago

reference guide for ideas on how to do this

dyindude commented 6 years ago

for MBR: dpkg-reconfigure grub-pc just runs grub-install on the selected devices, so we can handle this in ansible

dyindude commented 6 years ago

MBR already handles this:

- shell: "grub-install {{ item }}"
  with_items:
    - "{{ zfsprep_root_device_list }}"
  when: zfsprep_efi|default(false)|bool != true