Fix booting from network.
This commit is contained in:
parent
b5f1e4b66f
commit
9c3d5e5f2e
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@
|
|||
mode: 0600
|
||||
notify: restart sssd
|
||||
|
||||
## FIXME: preseeding grub nvram does not work
|
||||
- name: reset boot order
|
||||
command: efibootmgr --delete-bootorder
|
||||
when: run_in_installer|default(false)|bool
|
||||
|
||||
################# from kiosk.yml ##################
|
||||
|
||||
- name: grub timeout
|
||||
|
|
Loading…
Add table
Reference in a new issue