Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] skeletons patch
@ 2008-11-18 18:01 Roberto A. Foglietta
  2008-11-18 19:10 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Roberto A. Foglietta @ 2008-11-18 18:01 UTC (permalink / raw)
  To: buildroot

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
+#auto lo
+#iface lo inet loopback

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

 # If running interactively, then:
--- 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

 # If running interactively, then:


-- 
/roberto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: skeletons.patch
Type: text/x-diff
Size: 834 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20081118/682ae6c7/attachment.patch 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] skeletons patch
  2008-11-18 18:01 [Buildroot] [PATCH] skeletons patch Roberto A. Foglietta
@ 2008-11-18 19:10 ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Reutner-Fischer @ 2008-11-18 19:10 UTC (permalink / raw)
  To: buildroot

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-18 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 18:01 [Buildroot] [PATCH] skeletons patch Roberto A. Foglietta
2008-11-18 19:10 ` Bernhard Reutner-Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox