[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: some problems + PATCH



Another one solved:

> (6) With LINGUA=eo there was even worse damage to the display, with
> the last character cell in a line changing from grey to black as you
> moved up and down the menu. Also, the non-ascii chars were wrong. This
> is perhaps just a font problem; I mention it only for completeness.

I think all non-iso-8859-1 folks will require the following patch. The
change to rootdisk.sh is just paranoia, in case $str is already in the
environment for some reason ...


Index: rootdisk.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/rootdisk.sh,v
retrieving revision 1.136
diff -u -r1.136 rootdisk.sh
--- rootdisk.sh	2000/02/26 09:13:54	1.136
+++ rootdisk.sh	2000/02/27 16:28:07
@@ -276,6 +276,7 @@
 	< $scripts/prototype/etc/inittab > $T/etc/inittab
 fi
 
+str=
 info "modifying init script; making lazybox links"
 if [ -n "$font" ]; then
 	str="[ -f /$fontsdir/$font ] \&\& loadfont < /$fontsdir/$font"
Index: scripts/rootdisk/prototype/etc/init.d/rcS
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/scripts/rootdisk/prototype/etc/init.d/rcS,v
retrieving revision 1.22
diff -u -r1.22 rcS
--- scripts/rootdisk/prototype/etc/init.d/rcS	2000/02/26 20:05:41	1.22
+++ scripts/rootdisk/prototype/etc/init.d/rcS	2000/02/27 16:28:17
@@ -26,4 +26,7 @@
 rm -f /tmp/keybd_settings
 rm -f -r /tmp/notarget
 
+# maybe load font
+__LOADFONT__
+
 exit 0


Reply to: