diff options
Diffstat (limited to 'initramfs/distro-specs/gentoo/functions-2005.1')
-rw-r--r-- | initramfs/distro-specs/gentoo/functions-2005.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/gentoo/functions-2005.1 b/initramfs/distro-specs/gentoo/functions-2005.1 index b57fe52e..536eab4a 100644 --- a/initramfs/distro-specs/gentoo/functions-2005.1 +++ b/initramfs/distro-specs/gentoo/functions-2005.1 @@ -41,7 +41,7 @@ fi # set consolefont consolefont () { echo -e "\tsetfont ${CONSOLE_FONT} >${LOGFILE} 2>&1\n" \ - >>/mnt/etc/${D_INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.slx config_rc_entry "CONSOLEFONT" "${CONSOLE_FONT}" } |