[Buildroot] [PATCH] skeletons patch

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Nov 18 19:10:02 UTC 2008


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.



More information about the buildroot mailing list