Lines 92-97
Link Here
|
92 |
# Check for a block device to mount |
92 |
# Check for a block device to mount |
93 |
if [ -b "${x}" ] |
93 |
if [ -b "${x}" ] |
94 |
then |
94 |
then |
|
|
95 |
if [ -e "${x}1" -a -b "${x}1" ] |
96 |
then |
97 |
continue |
98 |
fi |
95 |
good_msg "Attempting to mount media:- ${x}" ${CRYPT_SILENT} |
99 |
good_msg "Attempting to mount media:- ${x}" ${CRYPT_SILENT} |
96 |
|
100 |
|
97 |
# if [ "${media}" = "cdrom" ]; then |
101 |
# if [ "${media}" = "cdrom" ]; then |