Hello community,

here is the log from the commit of package live-langset-data for 
openSUSE:Factory checked in at 2018-06-05 12:52:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live-langset-data (Old)
 and      /work/SRC/openSUSE:Factory/.live-langset-data.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live-langset-data"

Tue Jun  5 12:52:42 2018 rev:7 rq:613971 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/live-langset-data/live-langset-data.changes      
2018-01-31 19:54:06.811277819 +0100
+++ /work/SRC/openSUSE:Factory/.live-langset-data.new/live-langset-data.changes 
2018-06-05 12:52:43.002066282 +0200
@@ -1,0 +2,6 @@
+Thu May 31 09:08:22 UTC 2018 - [email protected]
+
+- Implement the keytable= parameter provided by isolinux to override
+  the keyboard layouer
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ langset.sh ++++++
--- /var/tmp/diff_new_pack.6k8mVE/_old  2018-06-05 12:52:43.690041083 +0200
+++ /var/tmp/diff_new_pack.6k8mVE/_new  2018-06-05 12:52:43.690041083 +0200
@@ -6,6 +6,9 @@
        lang=*)
           eval $o
           ;;
+       keytable=*)
+          eval $o
+          ;;
     esac
 done
 
@@ -29,7 +32,10 @@
 [ -z "$CONSOLE_SCREENMAP" ] || echo "FONT_MAP=$CONSOLE_SCREENMAP" >> 
/etc/vconsole.conf
 [ -z "$CONSOLE_UNICODEMAP" ] || echo "FONT_UNIMAP=$CONSOLE_UNICODEMAP" >> 
/etc/vconsole.conf
 
+# Try the lang-provided keytable first
 [ -z "$KEYTABLE" ] || localectl set-keymap $KEYTABLE
+# Then override with the cmdline provided one, if possible
+[ -z "$keytable" ] || localectl set-keymap $keytable
 
 [ -n "$TIMEZONE" ] && [ -f "/usr/share/zoneinfo/$TIMEZONE" ] && rm -f 
/etc/localtime && ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime
 


Reply via email to