diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-29 15:27:03 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-29 17:03:00 -0300 |
commit | a55fc14e24d6ed07961766e36fd45331bbeea7bc (patch) | |
tree | 51eee4b0a54686bceb59d6e2eed042e04a32a319 /archiso/hooks/archiso_pxe_nbd | |
parent | 14743f4202eeffca4d80105c7e7ad91bc0af4e88 (diff) |
[archiso] Integrate omit_kill_nbd_client logic in hook.
This makes archiso_pxe_nbd functionallity full-independient from
archiso profiles (configs/*).
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/hooks/archiso_pxe_nbd')
-rw-r--r-- | archiso/hooks/archiso_pxe_nbd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiso/hooks/archiso_pxe_nbd b/archiso/hooks/archiso_pxe_nbd index 3fe988a..e3e27e7 100644 --- a/archiso/hooks/archiso_pxe_nbd +++ b/archiso/hooks/archiso_pxe_nbd @@ -91,5 +91,6 @@ archiso_pxe_nbd_mount_handler () { else mkdir -p /run/archiso pidof nbd-client > /run/archiso/nbd_client.pid + cp /archiso_pxe_nbd ${newroot}/etc/rc.d/functions.d/ fi } |