summaryrefslogtreecommitdiff
path: root/archiso/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/hooks')
-rw-r--r--archiso/hooks/archiso3
1 files changed, 0 insertions, 3 deletions
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso
index e4872e2..ae17d40 100644
--- a/archiso/hooks/archiso
+++ b/archiso/hooks/archiso
@@ -242,9 +242,6 @@ archiso_mount_handler() {
if [[ "${copytoram}" == "y" ]]; then
umount /run/archiso/bootmnt
- else
- mkdir -p "${newroot}/bootmnt"
- mount --bind /run/archiso/bootmnt "${newroot}/bootmnt"
fi
}