[Lunar-commits] <lunar-iso> Corrected grub2 install and use /usr/share/kbd/consolefonts
Peter de Ridder
peter at lunar-linux.org
Thu Apr 25 22:08:56 CEST 2013
commit 703b614cd78df473ece27e0606f77812da2a174e
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Wed, 24 Apr 2013 12:08:37 -0700
URL: https://github.com/lunar-linux/lunar-iso/commit/703b614cd78df473ece27e0606f77812da2a174e
Corrected grub2 install and use /usr/share/kbd/consolefonts
---
lunar-install/sbin/lunar-install | +2/-2
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/lunar-install/sbin/lunar-install
+++ b/lunar-install/sbin/lunar-install
@@ -853,7 +853,7 @@ install_grub2()
fi
DISC=$(echo $ROOT | sed 's/[0-9]*$//')
- chroot_run grub-install $DISK
+ chroot_run grub-install $DISC
chroot_run grub-mkconfig -o /boot/grub/grub.cfg
echo "grub was installed on the MBR of $DISC"
@@ -1358,7 +1358,7 @@ set_fs_uuid() {
show_consolefonts()
{
- FONTDIR="/usr/share/consolefonts"
+ FONTDIR="/usr/share/kbd/consolefonts"
cd $FONTDIR
FONTS=`ls *.{psf,psfu}.gz | sed -r "s/\.psfu?\.gz//"`
More information about the Lunar-commits
mailing list