udev-config 20070731

2007-07-31 Thread Dan Nicholson
New snapshot of the udev rules. Not much has changed since the
previous version, ChangeLog below. One significant difference is a
non-backwards compatible change in the usb_device rules to work with
Linux-2.6.22+. This means you won't get /dev/bus/usb nodes unless
you're running a current kernel. Bryan also added rules for DVBs and
extra floppy types. Please test this out as I've merged it into the
6.3 branch.

http://downloads.linuxfromscratch.org/udev-config-20070731.tar.bz2

Changes since the last snapshot (beware gmail formatting):
2007-07-31  Dan Nicholson [EMAIL PROTECTED]
* 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
  nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
  to only trigger on add events. This change is not backwards
  compatible with older kernels.

2007-06-12  Dan Nicholson [EMAIL PROTECTED]
* 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
  which is what's expected in userspace apps such as x86info.

2007-06-08  Bryan Kadzban   [EMAIL PROTECTED]
* 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
  and floppies (create extra nodes based on CMOS type), copied from
  the SuSE rules file.  Thanks to Alexander Patrakov for the bugreport.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Re: udev-config 20070731

2007-07-31 Thread M.Canales.es
El Martes, 31 de Julio de 2007 16:07, Dan Nicholson escribió:


 http://downloads.linuxfromscratch.org/udev-config-20070731.tar.bz2


I think that the book URLs to download both lfs-bootscripts and udev-config 
should be changed to use http://downloads.linuxfromscratch.org. It's neutral 
and should work for all books.

Right now in both 6.3-rc1 and 6.3 branch that URL are hardcoded in 
packages.ent to http://www.linuxfromscratch.org/lfs/downloads/development/, 
that is not kosher.


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:   http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:   http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Re: udev-config 20070731

2007-07-31 Thread Dan Nicholson
On 7/31/07, M.Canales.es [EMAIL PROTECTED] wrote:
 El Martes, 31 de Julio de 2007 16:07, Dan Nicholson escribió:
 
  http://downloads.linuxfromscratch.org/udev-config-20070731.tar.bz2

 I think that the book URLs to download both lfs-bootscripts and udev-config
 should be changed to use http://downloads.linuxfromscratch.org. It's neutral
 and should work for all books.

I don't really mind if we do that, but downloads.lfs.org is missing
the numbered releases, e.g. udev-config-6.2.tar.bz2. I'd actually
prefer if there were independent version numbers for lfs-bootscripts
and udev-config and they weren't matched to the LFS version number,
but that's a separate topic.

 Right now in both 6.3-rc1 and 6.3 branch that URL are hardcoded in
 packages.ent to http://www.linuxfromscratch.org/lfs/downloads/development/,
 that is not kosher.

Possibly, but the above is just temporarily broken. It should point to this:

http://www.linuxfromscratch.org/lfs/downloads/6.3-rc1/

or something similar. The tagging process just missed a few entities
that need to be changed when going to release.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Re: udev-config 20070731

2007-07-31 Thread Dan Nicholson
On 7/31/07, Dan Nicholson [EMAIL PROTECTED] wrote:
 On 7/31/07, M.Canales.es [EMAIL PROTECTED] wrote:

  Right now in both 6.3-rc1 and 6.3 branch that URL are hardcoded in
  packages.ent to http://www.linuxfromscratch.org/lfs/downloads/development/,
  that is not kosher.

 Possibly, but the above is just temporarily broken. It should point to this:

 http://www.linuxfromscratch.org/lfs/downloads/6.3-rc1/

 or something similar. The tagging process just missed a few entities
 that need to be changed when going to release.

You were right, it was hard-coded. Stopgap solution:

http://linuxfromscratch.org/pipermail/lfs-book/2007-July/021233.html

It still requires that some editor copies the tarballs to the correct
location for releases. We can still talk about just using
downloads.linuxfromscratch.org directly.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page