All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] i18n: removed unused functions from console_init
@ 2010-07-02  8:32 Amadeusz Żołnowski
  2010-07-02  8:37 ` [PATCH 2/2] i18n: loading additional keymaps declared in EXT_KEYMAPS Amadeusz Żołnowski
  0 siblings, 1 reply; 3+ messages in thread
From: Amadeusz Żołnowski @ 2010-07-02  8:32 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

---
 modules.d/10i18n/console_init |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/modules.d/10i18n/console_init b/modules.d/10i18n/console_init
index 9a8d621..146cd26 100755
--- a/modules.d/10i18n/console_init
+++ b/modules.d/10i18n/console_init
@@ -7,26 +7,6 @@ DEFAULT_SYSFONT=LatArCyrHeb-16
 DEFAULT_KEYMAP=/etc/sysconfig/console/default.kmap
 
 
-print_vars() {
-    local var value
-
-    for var in $@
-    do
-        value=$(eval echo \$$var)
-        [ -n "${value}" ] && echo "${var}=\"${value}\""
-    done
-}
-
-run_debug() {
-    echo -n $@
-    echo -n '   '
-    if $@; then
-        echo 'OK'
-    else
-        echo 'Failed!'
-    fi
-}
-
 set_keyboard() {
     local param
 
-- 
1.7.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-09 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02  8:32 [PATCH 1/2] i18n: removed unused functions from console_init Amadeusz Żołnowski
2010-07-02  8:37 ` [PATCH 2/2] i18n: loading additional keymaps declared in EXT_KEYMAPS Amadeusz Żołnowski
2010-07-09 13:50   ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.