From 51ca66121903b01041ef537e79fee54bfff01c98 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 22 Oct 2020 14:54:34 -0400 Subject: [PATCH] update wording for USB device vs CDROM --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index e24b7f105..07848a31c 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -47,7 +47,7 @@ airgap_mounted() { echo "If you just copied the .iso file over you can specify the path." echo "If you burned the ISO to a disk the standard way you can specify the device." echo "Example: /home/user/securityonion-2.X.0.iso" - echo "Example: /dev/cdrom" + echo "Example: /dev/sdx1" echo "" read -p 'Enter the location of the iso: ' ISOLOC if [ -f $ISOLOC ]; then