index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
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 | f91a6cb832ca58188cb681b9dbbef950b5728d6b (patch) | |
tree | 81e74622844da2c7e97ee8bf7b3ede9bdab9e3b9 /archiso/install | |
parent | 100a9c80cfbc38b73243aeab170bdc9b4075583f (diff) |
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 2 |
diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd index c8ba1a4..69a12ce 100644 --- a/archiso/install/archiso_pxe_nbd +++ b/archiso/install/archiso_pxe_nbd @@ -14,6 +14,8 @@ build () add_binary "/usr/sbin/nbd-client" "/bin/nbd-client" add_binary "/lib/initcpio/ipconfig" "/bin/ipconfig" + + add_file "/lib/initcpio/archiso_pxe_nbd" "/archiso_pxe_nbd" } help () |