summaryrefslogtreecommitdiff
path: root/sys-boot/systemrescuecd-x86-grub/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-07 11:42:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-07 11:42:03 +0100
commitf70601e0934acd62f6c5d06c5ede4cc607179514 (patch)
tree0b337390375de04b950fc4b45edc0f895a4701a4 /sys-boot/systemrescuecd-x86-grub/files
parentb2be182d49eea46686b5cf2680d457df61e89dc4 (diff)
gentoo resync : 07.07.2018
Diffstat (limited to 'sys-boot/systemrescuecd-x86-grub/files')
-rw-r--r--sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub b/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub
index e9695c4b4821..269b1eb76adb 100644
--- a/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub
+++ b/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
. /usr/share/grub/grub-mkconfig_lib
@@ -32,28 +32,28 @@ if [ -f "${srcd}" ]; then
submenu "${longname}" --class submenu {
menuentry "${longname} (32bit standard${bootops}" --class rescue {
${grub_string}
- set isofile=${srcd}
+ set isofile=${path}
loopback loop \${isofile}
linux (loop)/isolinux/rescue32 ${SRCD_BOOTOPTIONS} isoloop=\${isofile}
initrd (loop)/isolinux/initram.igz
}
menuentry "${longname} (64bit standard${bootops}" --class rescue {
${grub_string}
- set isofile=${srcd}
+ set isofile=${path}
loopback loop \${isofile}
linux (loop)/isolinux/rescue64 ${SRCD_BOOTOPTIONS} isoloop=\${isofile}
initrd (loop)/isolinux/initram.igz
}
menuentry "${longname} (32bit alternative${bootops}" --class rescue {
${grub_string}
- set isofile=${srcd}
+ set isofile=${path}
loopback loop \${isofile}
linux (loop)/isolinux/altker32 ${SRCD_BOOTOPTIONS} isoloop=\${isofile}
initrd (loop)/isolinux/initram.igz
}
menuentry "${longname} (64bit alternative${bootops}" --class rescue {
${grub_string}
- set isofile=${srcd}
+ set isofile=${path}
loopback loop \${isofile}
linux (loop)/isolinux/altker64 ${SRCD_BOOTOPTIONS} isoloop=\${isofile}
initrd (loop)/isolinux/initram.igz