Remove -e flag from mount_cd9660 command.

This commit is contained in:
vermaden 2019-12-06 14:37:33 +01:00
parent 72eeeff0f1
commit 3121643225
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ case ${2} in
FS_CHECK_CMD=''
FS_CHECK_ARGS=''
FS_MOUNT_CMD='mount'
FS_MOUNT_ARGS="-t cd9660 -e -C=${ISO9660_CODEPAGE} ${DEV} ${MNT}"
FS_MOUNT_ARGS="-t cd9660 -C=${ISO9660_CODEPAGE} ${DEV} ${MNT}"
;;
(${FS_TYPE_UFS})
FS_CHECK_CMD='fsck_ufs'