Fixing typing error, thanks to Jesse W. Hathaway <jesse@mbuki-mvuki.org>.
This commit is contained in:
parent
4ed38f17c7
commit
7647762eff
|
@ -226,7 +226,7 @@ then
|
||||||
Grub_install_entry "autogui" "${VMLINUZ_GI}" "${INITRD_GI}" "auto=true priority=critical ${APPEND_GI}"
|
Grub_install_entry "autogui" "${VMLINUZ_GI}" "${INITRD_GI}" "auto=true priority=critical ${APPEND_GI}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's/binary//g' -e 's#//#/#g'("
|
LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's/binary//g' -e 's#//#/#g')"
|
||||||
|
|
||||||
# Assembling memtest configuration
|
# Assembling memtest configuration
|
||||||
if [ -f "${DESTDIR_LIVE}"/memtest ]
|
if [ -f "${DESTDIR_LIVE}"/memtest ]
|
||||||
|
|
Loading…
Reference in New Issue