From: Ulf Samuelsson <ulf@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [patch] udev broken, update and fix
Date: Tue, 7 Aug 2007 19:31:53 +0200 [thread overview]
Message-ID: <022001c7d939$a7eb56d0$dcc4af0a@atmel.com> (raw)
In-Reply-To: 46B7BE61.5060107@mainstreetsoftworks.com
----- Original Message -----
From: "Brad House" <brad@mainstreetsoftworks.com>
To: <buildroot@uclibc.org>
Sent: Tuesday, August 07, 2007 2:35 AM
Subject: [Buildroot] [patch] udev broken, update and fix
> /etc/udev/rules.d/ is empty with the current udev. It should be
> populated by default with one of the examples provided with udev.
> Also, /dev/pts should be mounted by default from the udev (S10udev)
> start script, otherwise 'dropbear' won't allow logins as it requires
> /dev/pts... (and this shouldn't be done automatically in fstab since
> udev creates a tmpfs which would mount over it).
>
> Also, udev_root isn't configured by default in /etc/udev/udev.conf as
> the start script requires.
>
> I've attached a patch which fixes those and goes ahead and bumps the
> version to 114 (from 101). Also, you can remove the
> 'udev-install.patch', as I've modified the makefile to do the same
> thing...
>
> -Brad
>
> --- package/udev/udev.mk (revision 19415)
> +++ package/udev/udev.mk (working copy)
> @@ -46,6 +46,9 @@
> USE_LOG=false USE_SELINUX=false \
> udevdir=$(UDEV_ROOT) -C $(UDEV_DIR) install
> $(INSTALL) -m 0755 package/udev/S10udev $(TARGET_DIR)/etc/init.d
> + $(INSTALL) -m 0644 $(UDEV_DIR)/etc/udev/frugalware/* $(TARGET_DIR)/etc/udev/rules.d
> + echo 'udev_root=/dev' >> $(TARGET_DIR)/etc/udev/udev.conf
If you build udev, and then delete the source directory, and build udev again
you will get multiple lines "udev_root=/dev" in the udev.conf.
It would be better to check if it is there and add it, if it is not.
Best Regards
Ulf Samuelsson
next prev parent reply other threads:[~2007-08-07 17:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-07 0:35 [Buildroot] [patch] udev broken, update and fix Brad House
2007-08-07 17:31 ` Ulf Samuelsson [this message]
2007-08-07 21:47 ` Brad House
2007-08-11 13:18 ` Brad House
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='022001c7d939$a7eb56d0$dcc4af0a@atmel.com' \
--to=ulf@atmel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox