diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-17 23:23:13 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-18 01:01:13 -0300 |
commit | fffe690a7361b8e36bf67db1a1ad1dc524489e67 (patch) | |
tree | 0675df2cf3a5c687a48a0d6395adde9396bab325 /archiso/install | |
parent | 2c00b5508db31d57f2eec3bc149b4e7dbf193a25 (diff) | |
download | archiso32-fffe690a7361b8e36bf67db1a1ad1dc524489e67.tar.xz |
[archiso] Rename nbd hook to archiso_nbd
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install')
-rw-r--r-- | archiso/install/archiso_pxe_nbd (renamed from archiso/install/nbd) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/install/nbd b/archiso/install/archiso_pxe_nbd index bff232b..4bebd15 100644 --- a/archiso/install/nbd +++ b/archiso/install/archiso_pxe_nbd @@ -6,7 +6,7 @@ install () BINARIES="" FILES="" - SCRIPT="nbd" + SCRIPT="archiso_pxe_nbd" add_binary "/usr/sbin/nbd-client" "/bin/nbd-client" add_binary "/lib/initcpio/ipconfig" "/bin/ipconfig" |