[arch-releng] [PATCH] [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> --- 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
Am 14.07.2010 03:14, schrieb Gerardo Exequiel Pozzi:
This step is now done at archiso hook (commit 1fc3a61b75)
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Applied, thanks. It is very convenient that you have all your patches on github btw., thanks for that.
participants (2)
-
Gerardo Exequiel Pozzi
-
Thomas Bächler