From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QcNs8-00021h-Qg for garchives@archives.gentoo.org; Thu, 30 Jun 2011 20:30:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 778DF1C01F; Thu, 30 Jun 2011 20:29:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4960A1C01F for ; Thu, 30 Jun 2011 20:29:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AF961B405A for ; Thu, 30 Jun 2011 20:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BA6558003C for ; Thu, 30 Jun 2011 20:29:51 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <33a956b55848f7212b1382b8dad83913d6d992cd.WilliamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: init.d/fixinittab X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 33a956b55848f7212b1382b8dad83913d6d992cd Date: Thu, 30 Jun 2011 20:29:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1f19a3c8989d4ec8355f1d08dd63fd1f commit: 33a956b55848f7212b1382b8dad83913d6d992cd Author: William Hubbs gentoo org> AuthorDate: Thu Jun 30 20:28:34 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jun 30 20:28:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D33a956b5 update fixinittab to use mingetty for consoles --- init.d/fixinittab | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/fixinittab b/init.d/fixinittab index d355684..5c0d48a 100755 --- a/init.d/fixinittab +++ b/init.d/fixinittab @@ -72,7 +72,7 @@ start() then for x in 1 2 3 4 5 6 do - echo "c${x}:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty$= {x} linux" >> /etc/inittab + echo "c${x}:12345:respawn:/sbin/mingetty --noclear --autologin root = tty${x}" >> /etc/inittab done else einfo "Adding ${LIVECD_CONSOLE} console to inittab"