index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-11-16 21:35:46 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-11-16 23:18:41 -0300 |
commit | f86090db84ad710fc9c25f11e2ca6835e0811a7f (patch) | |
tree | 3e809b77715559da078a3e84104f24868c147cd5 /archiso/hooks | |
parent | a29776e452f846e4e9ffb840d39ee8f729d561d6 (diff) |
-rw-r--r-- | archiso/hooks/archiso | 3 |
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 } |