try to fix grub 7.10
This commit is contained in:
parent
7acfbf8def
commit
c34599d749
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ system_disks_btrfs_mount_permission:
|
|||
- dir_mode: '0755'
|
||||
|
||||
{% set ROOT_UUID = salt['cmd.shell']('lsblk -o LABEL,UUID | grep ROOT | awk \'{print $2}\'') %}
|
||||
{% set ESP_UUID = salt['cmd.shell']('lsblk -o LABEL,UUID | grep ESP | awk \'{print $2}\'') %}
|
||||
{% set ESP_UUID = salt['cmd.shell']('lsblk -o LABEL,UUID | grep EFI | awk \'{print $2}\'') %}
|
||||
|
||||
system_disks_fstab:
|
||||
file.managed:
|
||||
|
|
Loading…
Reference in a new issue