summaryrefslogtreecommitdiff
path: root/archiso
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
commit7725dba216a8152ab77a1f16a68e1965875b6a72 (patch)
tree0a7ba3f90dbbf0a4c5faa49c504013e3088324e2 /archiso
parent120dda2494dfdf2d080499445f56296842eef1f2 (diff)
[archiso_pxe_nbd] Remove unneeded umount commands
This step is now done at archiso hook (commit 1fc3a61b75) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso')
-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