Στις Sunday 27 May 2007 18:45:48 ο/η Dan Nicholson έγραψε:
> On 5/27/07, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote:
> > Lefteris Dimitroulakis wrote:
> > > In order to get full service from KFloppy
> > > I installed  the dosfstools-2.11 package.
> > > Furthermore I nead to create symlink
> > > ln -s /dev/fd0 /dev/fd0h1440
> >
> > This is because udev is misconfigured in LFS. The proper solution is to
> > use the create_floppy_devices script from udev rules, as other
> > distributions do.
>
> Ah. Then let's do that. Something like this (in SuSE)?
>
> # additional floppy devices (no sysfs entries)
> KERNEL=="fd[0-9]*", ACTION=="add", ATTRS{cmos}=="?*",
> RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0640 -G disk
> $root/%k"
>
> We would want that in addition to our GROUP= setting, right? I'm not
> familiar with what create_floppy_devices does.
>
> --
> Dan

Looking back in my records & builds it seems that I
allways I had this symlink problem but because
file "25-lfs.rules"  was so simple, I was hand adding a line with 
KERNEL="fd0",           SYMLINK="fd0h1440"
and that was it.

Lefteris
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to