mkinitrd unification across distributions
 help / color / mirror / Atom feed
From: "Amadeusz Żołnowski" <aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 1/2] 10i18n: exit if console already initialized
Date: Mon, 26 Jul 2010 10:15:40 +0200	[thread overview]
Message-ID: <20100726101540.37af47d8@aidecoe.name> (raw)

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


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

diff --git a/modules.d/10i18n/console_init b/modules.d/10i18n/console_init
index fa74595..0d4fa8f 100755
--- a/modules.d/10i18n/console_init
+++ b/modules.d/10i18n/console_init
@@ -63,12 +63,15 @@ dev_open() {
 
 
 dev=/dev/${1#/dev/}
+devname=${dev#/dev/}
 
 [ -c "${dev}" ] || {
     echo "Usage: $0 device" >&2
     exit 1
 }
 
+[ -e /tmp/console_init.${devname} ] && exit 0
+
 dev_open ${dev}
 
 for fd in 6 7; do
@@ -85,3 +88,4 @@ set_font ${dev}
 set_keymap
 
 dev_close
+>/tmp/console_init.${devname}
-- 
1.7.1.1

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

             reply	other threads:[~2010-07-26  8:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-26  8:15 Amadeusz Żołnowski [this message]
     [not found] ` <20100726101540.37af47d8-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2010-07-26  8:17   ` [PATCH 2/2] 99base: no modprobe and rmmod if --no-kernel Amadeusz Żołnowski
2010-08-04 16:31   ` [PATCH 1/2] 10i18n: exit if console already initialized Harald Hoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100726101540.37af47d8@aidecoe.name \
    --to=aidecoe-2qtfh70ttyba5ebddlwbiw@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox