index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-07-13 21:40:49 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-07-13 21:40:49 -0300 |
commit | 7725dba216a8152ab77a1f16a68e1965875b6a72 (patch) | |
tree | 0a7ba3f90dbbf0a4c5faa49c504013e3088324e2 /archiso/hooks/archiso_pxe_nbd | |
parent | 120dda2494dfdf2d080499445f56296842eef1f2 (diff) |
-rw-r--r-- | archiso/hooks/archiso_pxe_nbd | 2 |
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 |