Posted: Thu Mar 17, 2022 10:54 pm Post subject: Eliminar floppy disk drive [dracut][solved]
Quería eliminar floppy disk en 5.16.14-gentoo-dist con blacklist floppy en modules, pero no funcionaba, así que agregué omit_drivers+="floppy" a /etc/dracut.conf.d/nofloppy.conf y me retornaba:
Code:
dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces!
dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file.
Los puse separados y ya no aparece el warning:
Code:
omit_drivers+=" floppy "
Code:
rmmod floppy
dracut -f -v
Code:
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum