Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eliminar floppy disk drive [dracut][solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
chrootman
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2020
Posts: 95

PostPosted: Thu Mar 17, 2022 10:54 pm    Post subject: Eliminar floppy disk drive [dracut][solved] Reply with quote

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

https://wiki.gentoo.org/wiki/Dracut
Lo otro que me ha funcionado últimamente es mv * desde /etc/modules-load.d/ a /etc/modprobe.d/
dracut-install-errors-after-dnf-update-with-kernel-updates
removing-the-floppy-disk-drive
WARNING: <key>+=" <values> ": <values> should have surrounding white spaces!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
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