From dfa402b63ae603e179a3040433cde0ba7ade0f24 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sat, 18 Aug 2018 09:12:11 +0900 Subject: [PATCH] local efi install script --- util/install-efi.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 util/install-efi.sh diff --git a/util/install-efi.sh b/util/install-efi.sh new file mode 100755 index 00000000..35115e8d --- /dev/null +++ b/util/install-efi.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cp fatbase/efi/boot/bootx64.efi /boot/efi/EFI/toaru/toarux64.efi +cp fatbase/{ramdisk.img,kernel} /boot/efi/ +mkdir -p /boot/efi/mod +cp fatbase/mod/* /boot/efi/mod/