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/install/archiso_pxe_nbd | |
parent | 0fdbf313415e28ebc96e1fb5da7577b996ab6aa1 (diff) | |
download | archiso32-6fae221c28cf677809f52dea7cecdd74406cc8ac.tar.xz |
[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/install/archiso_pxe_nbd')
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd index 8d9552a..47d98ce 100644 --- a/archiso/install/archiso_pxe_nbd +++ b/archiso/install/archiso_pxe_nbd @@ -6,8 +6,6 @@ build() { add_runscript add_binary nbd-client - - add_file /usr/lib/initcpio/archiso_pxe_nbd /archiso_pxe_nbd } help() { |