Created boot services to manage EFI boot settings
This commit is contained in:
parent
fb380d3165
commit
d070c49d39
9
bootnext@.service
Normal file
9
bootnext@.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Set EFI next boot to %I
|
||||||
|
After=basic.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/sbin/efibootmgr -n %I
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
9
bootorder@.service
Normal file
9
bootorder@.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Set EFI boot order to %I
|
||||||
|
After=basic.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/sbin/efibootmgr -o %I
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user