mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-06-24 00:01:03 +00:00
4 lines
110 B
Bash
4 lines
110 B
Bash
#!/bin/bash
|
|
echo "Setting Boot Manager for the next boot."
|
|
efibootmgr -c -l \\EFI\\redhat\\grub.efi -L Linux
|