Mount efivarfs when needed
This commit is contained in:
parent
635f269446
commit
46211569b4
1 changed files with 4 additions and 2 deletions
|
@ -29,8 +29,10 @@ extraMounts:
|
||||||
- device: /run/udev
|
- device: /run/udev
|
||||||
mountPoint: /run/udev
|
mountPoint: /run/udev
|
||||||
options: bind
|
options: bind
|
||||||
|
|
||||||
extraMountsEfi:
|
|
||||||
- device: efivarfs
|
- device: efivarfs
|
||||||
fs: efivarfs
|
fs: efivarfs
|
||||||
mountPoint: /sys/firmware/efi/efivars
|
mountPoint: /sys/firmware/efi/efivars
|
||||||
|
efi: true
|
||||||
|
- device: /dev/pts
|
||||||
|
mountPoint: /dev/pts
|
||||||
|
options: [ bind ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue