Sounds good. Good reason.
Let's do it. :-)
-Brian
Thus spake A Righi ([EMAIL PROTECTED]):
I prefer option b)... IMO it's easier to maintain a config file, instead
of a patch... ;-)
Cheers,
-Andrea
Brian Elliott Finley wrote:
Andrea,
It looks like the debian udev package includes a MAKEDEV script.
[EMAIL PROTECTED]:~/src/si.trunk% sudo find . -name MAKEDEV
./initrd_source/src/udev-079/debian/udev/lib/udev/devices/MAKEDEV
./initrd_source/src/udev-079/debian/udev-udeb/lib/udev/devices/MAKEDEV
This one's just a link:
./initrd_source/src/udev-079/debian/udev/lib/udev/devices/MAKEDEV
This one is an actual script:
./initrd_source/src/udev-079/debian/udev-udeb/lib/udev/devices/MAKEDEV
We could do either of these:
a) copy that script over instead of the link.
+- ln -sn /sbin/MAKEDEV debian/udev/lib/udev/devices/MAKEDEV
+ install -m 755 debian/udev-udeb/lib/udev/devices/MAKEDEV \
+ debian/udev/lib/udev/devices/MAKEDEV
b) leave the link in place and tell busybox to include it's MAKEDEV:
#
# in initrd_source/patches/busybox.standard.config
#
-# CONFIG_MAKEDEVS is not set
+CONFIG_MAKEDEVS=y
# CONFIG_FEATURE_MAKEDEVS_LEAF is not set
-# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
+CONFIG_FEATURE_MAKEDEVS_TABLE=y
I'm OK with either option, whichever you think is preferable.
Cheers, -Brian
--
Brian Elliott Finley
Mobile: 630.631.6621
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel