Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=353ce77e513a499e8cdfdb73c6e0b0c273a9b424

commit 353ce77e513a499e8cdfdb73c6e0b0c273a9b424
Author: James Buren <r...@frugalware.org>
Date:   Mon Feb 18 15:32:04 2013 -0600

install terminus-font and set default console font to a terminus one

diff --git a/new/create-rootfs b/new/create-rootfs
index fe31764..a4308dc 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -25,7 +25,7 @@ mount -t tmpfs none $ROOT/var/tmp
mount -o bind /var/cache/pacman-g2 $ROOT/var/cache/pacman-g2

# Setup root directory with pacman-g2.
-pacman-g2 --root $ROOT --noprogressbar --noconfirm --config pacman-g2.conf -Sy 
base newt valgrind gdb
+pacman-g2 --root $ROOT --noprogressbar --noconfirm --config pacman-g2.conf -Sy 
base newt valgrind gdb terminus-font

# LiveCD customizations beyond here.

@@ -41,7 +41,7 @@ EOF
# System vconsole.conf setup.
cat > $ROOT/etc/vconsole.conf << EOF
KEYMAP=us
-FONT=LatArCyrHeb-16
+FONT=ter-v16n
EOF

# System fstab setup.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to