Fix indentation in util/grub.d/00_header.in output
This commit is contained in:
parent
b6aa46f5f5
commit
6419c43e4f
1 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@ EOF
|
||||||
if [ x$GRUB_THEME != x ] && [ -f $GRUB_THEME ] \
|
if [ x$GRUB_THEME != x ] && [ -f $GRUB_THEME ] \
|
||||||
&& is_path_readable_by_grub $GRUB_THEME; then
|
&& is_path_readable_by_grub $GRUB_THEME; then
|
||||||
echo "Found theme: $GRUB_THEME" >&2
|
echo "Found theme: $GRUB_THEME" >&2
|
||||||
prepare_grub_to_access_device `${grub_probe} --target=device $GRUB_THEME`
|
prepare_grub_to_access_device `${grub_probe} --target=device $GRUB_THEME` | sed -e "s/^/ /"
|
||||||
cat << EOF
|
cat << EOF
|
||||||
insmod gfxmenu
|
insmod gfxmenu
|
||||||
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
|
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
|
||||||
|
|
Loading…
Reference in a new issue