From 986780d33b936a9ac190eef9c06f54b41b767c9e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 22 Oct 2009 14:36:42 +0200 Subject: [PATCH] /etc/skel/.xinitrc: adjust font in osd_cat command --- debian/changelog | 7 +++++++ etc/skel/.xinitrc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 52cfd63..513453d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc (1.1.26) unstable; urgency=low + + * /etc/skel/.xinitrc: adjust font in osd_cat command. Thanks to + Axel Beckert for the suggestion. + + -- Michael Prokop Thu, 22 Oct 2009 14:35:43 +0200 + grml-etc (1.1.25) unstable; urgency=low * /etc/init.d/grml-reboot: use bash as interpreter so the diff --git a/etc/skel/.xinitrc b/etc/skel/.xinitrc index 17c4052..8b5938d 100755 --- a/etc/skel/.xinitrc +++ b/etc/skel/.xinitrc @@ -19,7 +19,7 @@ # print info text if [ -x /usr/bin/osd_cat ] ; then echo "Starting X window system and loading window manager..." | \ - osd_cat -c white -A center -p middle -f "-misc-fixed-medium-r-normal-*-*-150-*-*-c-*-iso8859-15" & + osd_cat -c white -A center -p middle -f "-misc-fixed-medium-r-normal-*-15-150-*-*-c-*-iso8859-15" & fi # add at least one entry to xauth -- 2.1.4