All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] skeletons patch
Date: Tue, 18 Nov 2008 20:10:02 +0100	[thread overview]
Message-ID: <20081118191002.GA32079@mx.loc> (raw)
In-Reply-To: <e4c675870811181001u6d5a4643h7dc77efe3dfeae76@mail.gmail.com>

On Tue, Nov 18, 2008 at 07:01:52PM +0100, Roberto A. Foglietta wrote:
>Hi
>
> a) using busybox_skeleton loopback interface is configured two times
>in inittab and in interfaces
>
> b) in both skeletons append /usr/X11R6/bin in PATH does not hurt.
>
>
>roberto at rafbook:~/gles/buildroot$ cat skeletons.patch
>--- target/generic/target_busybox_skeleton/etc/network/interfaces	(revision
>24038)
>+++ target/generic/target_busybox_skeleton/etc/network/interfaces	(working copy)
>@@ -1,4 +1,5 @@
> # Configure Loopback
>-auto lo
>-iface lo inet loopback
>+# In this skeleton happens in inittab

ok, but
# lo is setup in /etc/inittab

>+#auto lo
>+#iface lo inet loopback
>

>--- target/generic/target_busybox_skeleton/etc/profile	(revision 24038)
>+++ target/generic/target_busybox_skeleton/etc/profile	(working copy)
>@@ -6,6 +6,7 @@
> /usr/bin:\
> /usr/sbin:\
> /usr/bin/X11:\
>+/usr/X11R6/bin:\
> /usr/local/bin

both /usr/bin/X11 and /usr/X11R6/bin are all symlinked back to /usr/bin for
me.  Note that the latter is utter legacy stuff, you shouldn't have that in
the first place.

      reply	other threads:[~2008-11-18 19:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-18 18:01 [Buildroot] [PATCH] skeletons patch Roberto A. Foglietta
2008-11-18 19:10 ` Bernhard Reutner-Fischer [this message]

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=20081118191002.GA32079@mx.loc \
    --to=rep.dot.nop@gmail.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.