index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-02-03 10:58:01 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-02-03 10:58:01 -0300 |
commit | c593c2bd2418c865dc289f8fccd81a1631e9b191 (patch) | |
tree | 2f766e277e328006baf8e34948589d76ff017590 /archiso/install/archiso_pxe_nbd | |
parent | 0720ac9bd4ee82d924f6c0e568aa4477297772d1 (diff) |
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 3 |
diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd index 4227623..747e5b9 100644 --- a/archiso/install/archiso_pxe_nbd +++ b/archiso/install/archiso_pxe_nbd @@ -7,7 +7,8 @@ build () FILES="" SCRIPT="archiso_pxe_nbd" - add_binary "/usr/sbin/nbd-client" "/bin/nbd-client" + add_binary nbd-client + add_file "/lib/initcpio/archiso_pxe_nbd" "/archiso_pxe_nbd" } |