* Re: udevadm
2007-11-08 23:32 udevadm Kay Sievers
@ 2007-11-09 7:24 ` MUNEDA Takahiro
2007-11-09 8:01 ` udevadm Kay Sievers
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: MUNEDA Takahiro @ 2007-11-09 7:24 UTC (permalink / raw)
To: linux-hotplug
At Fri, 09 Nov 2007 00:32:57 +0100,
Kay Sievers <kay.sievers@vrfy.org> wrote:
>
> It was long overdue, today all the tiny udev tools got merged into a
> single binary:
> http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h"5cb03bd851adc6d269b13bdf2b1bfded2b96b9
>
> The next udev release will only have the daemon and one admin binary
> that contains everything. Symlinks to udevadm with the current tool
> names provide the same functionality as before.
>
> Just a heads-up for stuff like mkinitramfs and friends, it needs to
> include the /sbin/udevadm binary, instead of only the symlinks. :)
> Would be good to check/prepare that if needed, to be ready for the new
> version.
Here is a trivial patch to fix typo in udevadm.xml.
Thanks,
MUNE
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
--
udevadm.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/udevadm.xml b/udevadm.xml
index 0dd1570..0518c3b 100644
--- a/udevadm.xml
+++ b/udevadm.xml
@@ -51,7 +51,7 @@
<refsect1><title>DESCRIPTION</title>
<para>udevadm expects a command and command specific options. It
- controls the runtime behavior of udev, request kernel events,
+ controls the runtime behavior of udev, requests kernel events,
manages the event queue, and provides simple debugging mechanisms.</para>
</refsect1>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: udevadm
2007-11-08 23:32 udevadm Kay Sievers
2007-11-09 7:24 ` udevadm MUNEDA Takahiro
@ 2007-11-09 8:01 ` Kay Sievers
2007-11-09 10:12 ` udevadm Matthias Schwarzott
2007-11-09 14:20 ` udevadm Kay Sievers
3 siblings, 0 replies; 5+ messages in thread
From: Kay Sievers @ 2007-11-09 8:01 UTC (permalink / raw)
To: linux-hotplug
On Fri, 2007-11-09 at 16:24 +0900, MUNEDA Takahiro wrote:
> At Fri, 09 Nov 2007 00:32:57 +0100,
> Here is a trivial patch to fix typo in udevadm.xml.
Thanks for the 's'. :) Applied.
Kay
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: udevadm
2007-11-08 23:32 udevadm Kay Sievers
2007-11-09 7:24 ` udevadm MUNEDA Takahiro
2007-11-09 8:01 ` udevadm Kay Sievers
@ 2007-11-09 10:12 ` Matthias Schwarzott
2007-11-09 14:20 ` udevadm Kay Sievers
3 siblings, 0 replies; 5+ messages in thread
From: Matthias Schwarzott @ 2007-11-09 10:12 UTC (permalink / raw)
To: linux-hotplug
On Freitag, 9. November 2007, Kay Sievers wrote:
> It was long overdue, today all the tiny udev tools got merged into a
> single binary:
>
> http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h"5cb03bd851adc6
>d269b13bdf2b1bfded2b96b9
>
> The next udev release will only have the daemon and one admin binary
> that contains everything. Symlinks to udevadm with the current tool
> names provide the same functionality as before.
>
> Just a heads-up for stuff like mkinitramfs and friends, it needs to
> include the /sbin/udevadm binary, instead of only the symlinks. :)
> Would be good to check/prepare that if needed, to be ready for the new
> version.
>
Hi Kay!
There is a typo in the Makefile:
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-VERSION = 116
+VERSION = 118
Greetings
Matthias
--
Matthias Schwarzott (zzam)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: udevadm
2007-11-08 23:32 udevadm Kay Sievers
` (2 preceding siblings ...)
2007-11-09 10:12 ` udevadm Matthias Schwarzott
@ 2007-11-09 14:20 ` Kay Sievers
3 siblings, 0 replies; 5+ messages in thread
From: Kay Sievers @ 2007-11-09 14:20 UTC (permalink / raw)
To: linux-hotplug
On Nov 9, 2007 11:12 AM, Matthias Schwarzott <zzam@gentoo.org> wrote:
> On Freitag, 9. November 2007, Kay Sievers wrote:
> > It was long overdue, today all the tiny udev tools got merged into a
> > single binary:
> >
> > http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h"5cb03bd851adc6
> >d269b13bdf2b1bfded2b96b9
> There is a typo in the Makefile:
Eek, fixed, thanks!
Hi Matthias,
I also committed the following:
$ udevadm info --device-id-of-file=/
8 5
Something like:
root_symlink_rule() {
devt=$(/sbin/udevadm info --device-id-of-file=/)
cat > /dev/.udev/rules.d/10-root-symlink.rules <<-EOF
ACTION="add", SUBSYSTEM="block", ENV{MAJOR}="${devt% *}",
ENV{MINOR}="${devt#* }", SYMLINK+="root"
EOF
}
done before system coldplug, will create the /dev/root symlink,
you have been looking for. :)
Kay
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread