summaryrefslogtreecommitdiff
path: root/archiso/hooks/archiso
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/hooks/archiso')
-rw-r--r--archiso/hooks/archiso2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso
index 73f4df9..c1821d4 100644
--- a/archiso/hooks/archiso
+++ b/archiso/hooks/archiso
@@ -89,7 +89,7 @@ archiso_mount_handler() {
launch_interactive_shell
done
- FSTYPE=$(blkid -o value -s TYPE ${archisodevice} 2> /dev/null)
+ FSTYPE=$(blkid -o value -s TYPE -p ${archisodevice} 2> /dev/null)
if [ -n "${FSTYPE}" ]; then
if mount -r -t "${FSTYPE}" ${archisodevice} /bootmnt > /dev/null 2>&1; then
if [ -e "${isomounts}" ]; then