summaryrefslogtreecommitdiff
path: root/usr.sbin/pc-sysinstall
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2016-08-25 19:36:58 +0000
committerAlex Kozlov <ak@FreeBSD.org>2016-08-25 19:36:58 +0000
commitc650c2f35555c780fbf4d74a17874cbbb7fcbf0a (patch)
tree7336a7e5990dfffce59bf5e70464b7d3a606c12c /usr.sbin/pc-sysinstall
parent0f2d97838d8ee6d2505168a3ba1a060e71e31a6b (diff)
downloadsrc-test2-c650c2f35555c780fbf4d74a17874cbbb7fcbf0a.tar.gz
src-test2-c650c2f35555c780fbf4d74a17874cbbb7fcbf0a.zip
Notes
Diffstat (limited to 'usr.sbin/pc-sysinstall')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-mountoptical.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh b/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
index 4a15b8165d08..d46a7ffb3297 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
@@ -82,7 +82,7 @@ opt_mount()
do
# Loop though and look for an installation disk
- for i in `ls -1 /dev/acd* /dev/cd* /dev/scd* /dev/rscd* 2>/dev/null`
+ for i in `ls -1 /dev/cd* 2>/dev/null`
do
# Find the CD Device
/sbin/mount_cd9660 $i ${CDMNT}