From e8fff1dfef9e4571a1d73441951214ad6122b59e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 29 Oct 2012 11:16:57 +0100 Subject: [PATCH] installer: blacklist cdrom/tapes as target. --- src/install+setup/install/mountdest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/install+setup/install/mountdest.sh b/src/install+setup/install/mountdest.sh index 749d4fa5e8..776962a289 100644 --- a/src/install+setup/install/mountdest.sh +++ b/src/install+setup/install/mountdest.sh @@ -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). -- 2.39.5