parent
fb380d3165
commit
d070c49d39
@ -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
|
@ -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…
Reference in new issue