diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-05-02 03:48:11 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-05-02 03:48:11 +0200 |
commit | 71041f9c75d8b88ee616e869c6ecf1526ce237ad (patch) | |
tree | 9403a717d29a9209e4e68f2ac81765cbfaac7d7e /faq | |
parent | c2fd9799f70e4005cb95f3a3fc12848a8cea3c37 (diff) |
Tell how to avoid the floppy warning
Diffstat (limited to 'faq')
-rw-r--r-- | faq/fd.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/faq/fd.mdwn b/faq/fd.mdwn index e0fefc66..bae611f8 100644 --- a/faq/fd.mdwn +++ b/faq/fd.mdwn @@ -16,3 +16,6 @@ dev 02:00 is the floppy drive. This message simply means that reading the floppy was attempted, but no floppy disk was inserted, so it failed. It commonly happens during installer disk detection, or grub setup, and is completely harmless. + +To avoid it, you can as well remove `/dev/fd0` (do you really have a floppy +around you anyway?) |