Created
September 29, 2020 21:15
-
-
Save valorad/b8504064e160b7827379a6dafed148f9 to your computer and use it in GitHub Desktop.
Copy Kernel To ESP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filesToCopy=("initramfs-linux-lts-fallback.img" "initramfs-linux-lts.img" "vmlinuz-linux-lts") | |
for file in ${filesToCopy[@]}; do | |
cp /boot/$file /boot/efi/EFI/arch/ | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment