[Buildroot] remove 'buildroot login' for cross compilation linux for an ARM

Lionel Landwerlin llandwerlin at gmail.com
Fri Feb 5 10:38:49 UTC 2010


Something like that :

diff --git a/target/generic/Makefile.in b/target/generic/Makefile.in
index f77f969..44f78f2 100644
--- a/target/generic/Makefile.in
+++ b/target/generic/Makefile.in
@@ -21,7 +21,7 @@ target-generic-issue:
        echo "$(TARGET_GENERIC_ISSUE)" > $(TARGET_DIR)/etc/issue

 target-generic-getty:
-       $(SED) '/#
GENERIC_SERIAL$/s~^.*#~$(TARGET_GENERIC_GETTY)::respawn:/sbin/getty -L
$(TARGET_GENERIC_GETTY) $(TARGET_GENERIC_GETTY_BAUDRATE) vt100 #~' \
+       $(SED) '/#
GENERIC_SERIAL$/s~^.*#~$(TARGET_GENERIC_GETTY)::respawn:/bin/sh #~' \
                $(TARGET_DIR)/etc/inittab

 ifneq ($(TARGET_GENERIC_HOSTNAME),)


On Fri, Feb 5, 2010 at 11:31 AM, Tony Mozi <spooflinux at hotmail.fr> wrote:

>  Hi all,
> I make the cross compilation of Linux-2.6.22.2 for an ARM9.
> When I start my board, I have this message :
>
> *Welcome to
> Buildroot
> buildroot login:*
>
> Concerning the login, it's root, but it's possible to remove this step? (to
> start the board whitout login).
>
> BR
>
> ------------------------------
> Vous cherchez l'intégrale des clips de Michael Jackson ? Bing ! Trouvez !<http://www.bing.com/videos/search?q=Michael+Jackson&FORM=MVDE6>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100205/9ad501a9/attachment.html>


More information about the buildroot mailing list