Przeglądaj źródła

Merge pull request #135 from FHE3/grub-compatibly-redhat

fix for issue #134 - compatibly issues in grub configuration with Red…
pull/136/head
Filip Pytloun 7 lat temu
rodzic
commit
bded90b59c
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 14 dodań i 0 usunięć
  1. +14
    -0
      linux/system/grub.sls

+ 14
- 0
linux/system/grub.sls Wyświetl plik

@@ -6,8 +6,22 @@ grub_d_directory:
- mode: 755
- makedirs: True

{%- if grains['os_family'] == 'RedHat' %}
/etc/default/grub:
file.append:
- text:
- for i in $(ls /etc/default/grub.d);do source /etc/default/grub.d/$i ;done

grub_update:
cmd.wait:
- name: grub2-mkconfig -o /boot/grub2/grub.cfg

{%- else %}

{%- if grains.get('virtual_subtype', None) not in ['Docker', 'LXC'] %}
grub_update:
cmd.wait:
- name: update-grub
{%- endif %}

{%- endif %}

Ładowanie…
Anuluj
Zapisz