summarylogtreecommitdiffstats
path: root/memtest86-efi
diff options
context:
space:
mode:
authorXorg2016-04-08 08:33:34 +0200
committerXorg2016-04-08 08:33:48 +0200
commitaf776251fafe4665843cd1b160524b3c546314f6 (patch)
treed385db073a1edc3c290236677f024df84c00df82 /memtest86-efi
parent6305ab4bc9c6d233d401c9ce9219adc89c1af518 (diff)
downloadaur-af776251fafe4665843cd1b160524b3c546314f6.tar.gz
Fix boot with systemd-boot
Diffstat (limited to 'memtest86-efi')
-rw-r--r--memtest86-efi4
1 files changed, 2 insertions, 2 deletions
diff --git a/memtest86-efi b/memtest86-efi
index 3ba9889e55ab..3155fc073679 100644
--- a/memtest86-efi
+++ b/memtest86-efi
@@ -105,8 +105,8 @@ install() {
cp -v "$MEMTEST86_PATH/"* "$esp/EFI/memtest86/" # Move files in memtest ESP directory
mv -v "$esp/EFI/memtest86/boot$ARCH.efi" "$esp/EFI/memtest86/memtest$ARCH.efi" # Rename .efi file
echo -e "\nAdd a new configuration file for systemd-boot..."
- echo -e "title MemTest86\n" \
- "efi /EFI/memtest86/memtest86$ARCH.efi" > "$esp/loader/entries/memtest86-efi.conf"
+ echo -e "title MemTest86" \
+ "\nefi /EFI/memtest86/memtest$ARCH.efi" > "$esp/loader/entries/memtest86-efi.conf"
;;
*) # Do nothing and quit