mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
Change boot next before shutdown
This commit is contained in:
parent
a248fc537f
commit
77162b83ea
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
ssh root@node0.homelab.local poweroff
|
||||
ssh root@node1.homelab.local poweroff
|
||||
ssh root@node2.homelab.local poweroff
|
||||
ssh root@node3.homelab.local poweroff
|
||||
ssh root@node0.homelab.local 'efibootmgr --bootnext 0006 && poweroff'
|
||||
ssh root@node1.homelab.local 'efibootmgr --bootnext 0006 && poweroff'
|
||||
ssh root@node2.homelab.local 'efibootmgr --bootnext 0006 && poweroff'
|
||||
ssh root@node3.homelab.local 'efibootmgr --bootnext 0006 && poweroff'
|
||||
|
Loading…
Reference in New Issue
Block a user