diff options
Diffstat (limited to 'archiso')
-rw-r--r-- | archiso/hooks/archiso | 3 |
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 } |