From baf0ae0013618f56f53ab94e55b83b0a1efc88f6 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 16 Nov 2011 21:35:46 -0300 Subject: [archiso] Do not bind mount on /bootmnt Boot media is already available in /run/archiso/bootmnt if no copytoram is used. Signed-off-by: Gerardo Exequiel Pozzi --- archiso/hooks/archiso | 3 --- 1 file changed, 3 deletions(-) (limited to 'archiso/hooks') 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 } -- cgit v1.2.2