[arch-releng] [PATCH] [archiso_pxe_nbd] Remove unneeded umount commands

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Tue Jul 13 21:14:36 EDT 2010


This step is now done at archiso hook (commit 1fc3a61b75)

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 archiso/hooks/archiso_pxe_nbd |    2 --
 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
-- 
1.7.1.1




More information about the arch-releng mailing list