[Glibc-bsd-commits] r2964 - in trunk/kfreebsd-8/debian: . arch/amd64 arch/i386

Aurelien Jarno aurel32 at alioth.debian.org
Tue Jan 26 20:32:14 UTC 2010


Author: aurel32
Date: 2010-01-26 20:32:13 +0000 (Tue, 26 Jan 2010)
New Revision: 2964

Modified:
   trunk/kfreebsd-8/debian/arch/amd64/amd64.config
   trunk/kfreebsd-8/debian/arch/i386/486.config
   trunk/kfreebsd-8/debian/arch/i386/686-smp.config
   trunk/kfreebsd-8/debian/arch/i386/686.config
   trunk/kfreebsd-8/debian/changelog
Log:
  * Enable options to get an UTF-8 console, useful for d-i. vidcontrol is need to do the switch.



Modified: trunk/kfreebsd-8/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2010-01-26 19:51:16 UTC (rev 2963)
+++ trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2010-01-26 20:32:13 UTC (rev 2964)
@@ -12,4 +12,9 @@
 options		FDESCFS
 options		TMPFS
 
+# UTF-8 console support
+options		SC_PIXEL_MODE	# add support for the raster text mode
+options		TEKEN_UTF8	# UTF-8 output handling
+options		TEKEN_XTERM	# xterm-style terminal emulation
+
 #include         GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/486.config	2010-01-26 19:51:16 UTC (rev 2963)
+++ trunk/kfreebsd-8/debian/arch/i386/486.config	2010-01-26 20:32:13 UTC (rev 2964)
@@ -12,6 +12,12 @@
 options		FDESCFS
 options		TMPFS
 
+# UTF-8 console support
+options		VESA
+options		SC_PIXEL_MODE	# add support for the raster text mode
+options		TEKEN_UTF8	# UTF-8 output handling
+options		TEKEN_XTERM	# xterm-style terminal emulation
+
 # Xbox support
 options 	XBOX
 device		xboxfb

Modified: trunk/kfreebsd-8/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2010-01-26 19:51:16 UTC (rev 2963)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2010-01-26 20:32:13 UTC (rev 2964)
@@ -13,4 +13,10 @@
 options		FDESCFS
 options		TMPFS
 
+# UTF-8 console support
+options		VESA
+options		SC_PIXEL_MODE	# add support for the raster text mode
+options		TEKEN_UTF8	# UTF-8 output handling
+options		TEKEN_XTERM	# xterm-style terminal emulation
+
 #include		GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config	2010-01-26 19:51:16 UTC (rev 2963)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config	2010-01-26 20:32:13 UTC (rev 2964)
@@ -10,6 +10,12 @@
 options		FDESCFS
 options		TMPFS
 
+# UTF-8 console support
+options		VESA
+options		SC_PIXEL_MODE	# add support for the raster text mode
+options		TEKEN_UTF8	# UTF-8 output handling
+options		TEKEN_XTERM	# xterm-style terminal emulation
+
 # Xbox support
 options 	XBOX
 device		xboxfb

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-01-26 19:51:16 UTC (rev 2963)
+++ trunk/kfreebsd-8/debian/changelog	2010-01-26 20:32:13 UTC (rev 2964)
@@ -2,8 +2,9 @@
 
   * Enable superpages by default on i386.
   * Fix debian/copyright.  Closes: bug#559695, bug#541427.
+  * Enable options to get an UTF-8 console.
 
- -- Aurelien Jarno <aurel32 at debian.org>  Tue, 26 Jan 2010 20:50:58 +0100
+ -- Aurelien Jarno <aurel32 at debian.org>  Tue, 26 Jan 2010 21:30:58 +0100
 
 kfreebsd-8 (8.0-2) unstable; urgency=low
 




More information about the Glibc-bsd-commits mailing list