Fix noveriblcgen
This commit is contained in:
parent
8046479308
commit
8978fea0b3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ util_noveriablcgen_config:
|
||||||
- context:
|
- context:
|
||||||
BTRFS_ROOT: "/btrfs"
|
BTRFS_ROOT: "/btrfs"
|
||||||
GRUB_CONFD: "/etc/grub.d"
|
GRUB_CONFD: "/etc/grub.d"
|
||||||
GRUB_CONFIG_FILENAME: "10-noveria.conf"
|
GRUB_CONFIG_FILENAME: "10_noveria.conf"
|
||||||
ROOT_UUID: {{ salt['cmd.shell']('lsblk -o LABEL,UUID | grep ROOT | awk \'{print $2}\'') }}
|
ROOT_UUID: {{ salt['cmd.shell']('lsblk -o LABEL,UUID | grep ROOT | awk \'{print $2}\'') }}
|
||||||
- mode: '0644'
|
- mode: '0644'
|
||||||
- user: root
|
- user: root
|
||||||
|
|
Loading…
Reference in a new issue