From: Douglas Freed <dwfreed@mtu.edu>
To: gentoo-catalyst@lists.gentoo.org
Subject: Re: [gentoo-catalyst] [PATCH] Start the X server only once.
Date: Sun, 29 Sep 2013 01:03:37 -0400 [thread overview]
Message-ID: <CAFyXEpLJqD-eyrXmvavLcgOWc_YnZ+JtwaXyQ2RFZAH7QdDjNQ@mail.gmail.com> (raw)
In-Reply-To: <1380148217-6077-1-git-send-email-mattst88@gentoo.org>
On Wed, Sep 25, 2013 at 6:30 PM, Matt Turner <mattst88@gentoo.org> wrote:
> From: Matt Turner <mattst88@gmail.com>
>
> Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=481236
> ---
> livecd/files/livecd-bashrc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/livecd/files/livecd-bashrc b/livecd/files/livecd-bashrc
> index 983e657..9ea1fea 100644
> --- a/livecd/files/livecd-bashrc
> +++ b/livecd/files/livecd-bashrc
> @@ -4,7 +4,7 @@ if [ ! "$(grep nox /proc/cmdline)" ]
> then
> if [ -x /usr/bin/X ]
> then
> - if [ -e /etc/startx ]
> + if [ -e /etc/startx -a $(tty) = "/dev/tty7" ];
> then
> rm -f /etc/startx
> ##STARTX
> --
> 1.8.3.2
This doesn't work because the livecd inittab doesn't (afaict) start a
getty on tty7, only tty1-6. I would change this to tty1 to solve
that.
-Doug
next prev parent reply other threads:[~2013-09-29 5:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-25 22:30 [gentoo-catalyst] [PATCH] Start the X server only once Matt Turner
2013-09-29 5:03 ` Douglas Freed [this message]
2013-09-29 16:00 ` W. Trevor King
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=CAFyXEpLJqD-eyrXmvavLcgOWc_YnZ+JtwaXyQ2RFZAH7QdDjNQ@mail.gmail.com \
--to=dwfreed@mtu.edu \
--cc=gentoo-catalyst@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