* [gentoo-commits] gentoo-x86 commit in app-misc/livecd-tools/files: livecd-tools-1.0.42-ttyB0.patch
@ 2010-12-06 19:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-06 19:57 UTC (permalink / raw
To: gentoo-commits
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" ]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/livecd-tools/files: livecd-tools-1.0.42-ttyB0.patch
@ 2013-02-25 23:40 William Hubbs (williamh)
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2013-02-25 23:40 UTC (permalink / raw
To: gentoo-commits
williamh 13/02/25 23:40:51
Removed: livecd-tools-1.0.42-ttyB0.patch
Log:
remove old 1.x versions
(Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-25 23:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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)
-- strict thread matches above, loose matches on Subject: below --
2010-12-06 19:57 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox