mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
installer: blacklist cdrom/tapes as target.
This commit is contained in:
@@ -72,6 +72,10 @@ for path in /sys/block/*; do
|
||||
fd*)
|
||||
continue
|
||||
;;
|
||||
# Cd/Tape.
|
||||
sr*)
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
|
||||
# Replace any exclamation marks (e.g. cciss!c0d0).
|
||||
|
||||
Reference in New Issue
Block a user