Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-07-13 21:40:49 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-07-13 21:40:49 -0300
commite6e57856173255a4e7f97166b0c1a4d8b823cc0d (patch)
tree3a0c94d6915590791c329c95ce9454d0d12452c8
parentd74b74d06ac751dc4fcbcb5160b2d8e103dd5378 (diff)
[archiso_pxe_nbd] Remove unneeded umount commands
This step is now done at archiso hook (commit ba638480ce) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r--archiso/hooks/archiso_pxe_nbd2
1 files changed, 0 insertions, 2 deletions
diff --git a/archiso/hooks/archiso_pxe_nbd b/archiso/hooks/archiso_pxe_nbd
index c277b78..125b75c 100644
--- a/archiso/hooks/archiso_pxe_nbd
+++ b/archiso/hooks/archiso_pxe_nbd
@@ -80,8 +80,6 @@ archiso_pxe_nbd_mount_handler () {
archiso_mount_handler ${newroot}
if [ "${copytoram}" = "y" ]; then
- umount ${newroot}/bootmnt
- umount /bootmnt
msg "::: Disconnect NBD from ${nbdserver}:9040 at /dev/nbd0"
nbd-client -d /dev/nbd0
fi