mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add Memtest86+
This commit is contained in:
parent
c2a4300d40
commit
e058a4ef2a
@ -137,3 +137,8 @@ else
|
|||||||
configfile ${prefix}/grub.cfg
|
configfile ${prefix}/grub.cfg
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
menuentry 'Start Memtest86+' --id memtest {
|
||||||
|
echo "Loading memtest86+..."
|
||||||
|
linux ${prefix}/memtest
|
||||||
|
}
|
||||||
|
BIN
files/mnt/p1/boot/grub/memtest
Normal file
BIN
files/mnt/p1/boot/grub/memtest
Normal file
Binary file not shown.
@ -3,6 +3,7 @@ replace:
|
|||||||
"files/mnt/p1/RR_VERSION": "/mnt/p1/RR_VERSION"
|
"files/mnt/p1/RR_VERSION": "/mnt/p1/RR_VERSION"
|
||||||
"files/mnt/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
"files/mnt/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
||||||
"files/mnt/p1/boot/grub/logo.png": "/mnt/p1/boot/grub/logo.png"
|
"files/mnt/p1/boot/grub/logo.png": "/mnt/p1/boot/grub/logo.png"
|
||||||
|
"files/mnt/p1/boot/grub/memtest": "/mnt/p1/boot/grub/memtest"
|
||||||
"files/mnt/p1/EFI/BOOT/SynoBootLoader.conf": "/mnt/p1/EFI/BOOT/SynoBootLoader.conf"
|
"files/mnt/p1/EFI/BOOT/SynoBootLoader.conf": "/mnt/p1/EFI/BOOT/SynoBootLoader.conf"
|
||||||
"files/mnt/p1/EFI/BOOT/SynoBootLoader.efi": "/mnt/p1/EFI/BOOT/SynoBootLoader.efi"
|
"files/mnt/p1/EFI/BOOT/SynoBootLoader.efi": "/mnt/p1/EFI/BOOT/SynoBootLoader.efi"
|
||||||
"files/mnt/p3/bzImage-rr": "/mnt/p3/bzImage-rr"
|
"files/mnt/p3/bzImage-rr": "/mnt/p3/bzImage-rr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user