From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/livecd-tools/files: livecd-tools-1.0.42-ttyB0.patch
Date: Mon, 6 Dec 2010 19:57:47 +0000 (UTC) [thread overview]
Message-ID: <20101206195747.E4FCA20057@flycatcher.gentoo.org> (raw)
jer 10/12/06 19:57:47
Added: livecd-tools-1.0.42-ttyB0.patch
Log:
Do not run getty on ttyB0 by default by gmsoft (bug #347917).
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.1 app-misc/livecd-tools/files/livecd-tools-1.0.42-ttyB0.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/livecd-tools/files/livecd-tools-1.0.42-ttyB0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/livecd-tools/files/livecd-tools-1.0.42-ttyB0.patch?rev=1.1&content-type=text/plain
Index: livecd-tools-1.0.42-ttyB0.patch
===================================================================
# Comment out the ttyB0 line in inittab, by gmsoft
diff --git a/livecd-functions.sh b/livecd-functions.sh
index d51dd9e..cfc1a57 100755
--- a/livecd-functions.sh
+++ b/livecd-functions.sh
@@ -551,6 +551,7 @@ livecd_fix_inittab() {
# Comment out current getty settings
sed -i -e '/^c[0-9]/ s/^/#/' /etc/inittab
sed -i -e '/^s[01]/ s/^/#/' /etc/inittab
+ sed -i -e '/^b0/ s/^/#/' /etc/inittab
# SPARC & HPPA console magic
if [ "${HOSTTYPE}" = "sparc" -o "${HOSTTYPE}" = "hppa" -o "${HOSTTYPE}" = "ppc64" ]
next reply other threads:[~2010-12-06 19:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-06 19:57 Jeroen Roovers (jer) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-25 23:40 [gentoo-commits] gentoo-x86 commit in app-misc/livecd-tools/files: livecd-tools-1.0.42-ttyB0.patch William Hubbs (williamh)
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=20101206195747.E4FCA20057@flycatcher.gentoo.org \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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