aboutsummaryrefslogtreecommitdiffstats
path: root/setup-disk.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-disk.in')
-rw-r--r--setup-disk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in
index e5cae87..e7a063c 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -950,7 +950,7 @@ if [ $# -gt 0 ]; then
echo "$i is not a suitable for partitioning"
exit 1
fi
- diskdevs="$diskdevs /dev/$j"
+ diskdevs="$diskdevs /dev/${j//!//}"
done
else
ask_disk "Which disk(s) would you like to use? (or '?' for help or 'none')" \