diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-08-25 15:14:51 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-08-25 15:14:51 -0300 |
commit | 6fae221c28cf677809f52dea7cecdd74406cc8ac (patch) | |
tree | 776ed1ff14a36ac72f8d472fb9bf6531e99707ce /archiso/archiso_pxe_nbd | |
parent | 0fdbf313415e28ebc96e1fb5da7577b996ab6aa1 (diff) |
[archiso] Always copytoram for NBD
Avoid issues on shutdown (and during normal usage if network settings changed)
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/archiso_pxe_nbd')
-rw-r--r-- | archiso/archiso_pxe_nbd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archiso/archiso_pxe_nbd b/archiso/archiso_pxe_nbd deleted file mode 100644 index e6b9872..0000000 --- a/archiso/archiso_pxe_nbd +++ /dev/null @@ -1,6 +0,0 @@ -omit_kill_nbd_client() { - add_omit_pids $(< /run/archiso/nbd_client.pid) -} - -add_hook shutdown_prekillall omit_kill_nbd_client -add_hook single_prekillall omit_kill_nbd_client |