[update.sh] Ensure EFI var removed
This commit is contained in:
parent
715c70ea5d
commit
60a5ef14ea
3 changed files with 6 additions and 0 deletions
2
arkdep-build.d/arkanelinux/update.sh
Normal file
2
arkdep-build.d/arkanelinux/update.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# We switched from using EFI vars to timestamped bootloader entries, ensure the old named var is no longer used
|
||||
bootctl set-default ''
|
2
arkdep-build.d/test-arkanelinux-kde/update.sh
Normal file
2
arkdep-build.d/test-arkanelinux-kde/update.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# We switched from using EFI vars to timestamped bootloader entries, ensure the old named var is no longer used
|
||||
bootctl set-default ''
|
2
arkdep-build.d/test-arkanelinux-pantheon/update.sh
Normal file
2
arkdep-build.d/test-arkanelinux-pantheon/update.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# We switched from using EFI vars to timestamped bootloader entries, ensure the old named var is no longer used
|
||||
bootctl set-default ''
|
Loading…
Add table
Reference in a new issue