Sign in
nest-open-source
/
nest-cam
/
v350
/
udev
/
refs/heads/main
/
.
/
src
/
floppy
/
60-floppy.rules
blob: 53e4a9e59a37d14e1240c7a641c54f7807276e15 [
file
] [
log
] [
blame
] [
edit
]
# do not edit this file, it will be overwritten on update
SUBSYSTEM
==
"block"
,
KERNEL
==
"fd[0-9]"
,
ACTION
==
"add"
,
ATTRS
{
cmos
}==
"?*"
,
ENV
{
CMOS_TYPE
}=
"$attr{cmos}"
,
\
RUN
+=
"create_floppy_devices -c -t $env{CMOS_TYPE} -m %M -M 0660 -G floppy $root/%k"