index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-05-16 15:52:55 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-05-19 15:29:17 -0300 |
commit | 36e8d6322f02571f86b3beba71a83479bc0467c1 (patch) | |
tree | f9355a86b6d3c5a147b11094906e652453194909 /archiso/install/archiso_pxe_nbd | |
parent | c1ecc9b604b6a192b3d30ebfbea300232c79e8b1 (diff) |
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 5 |
diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd index 1ee3910..8d9552a 100644 --- a/archiso/install/archiso_pxe_nbd +++ b/archiso/install/archiso_pxe_nbd @@ -1,8 +1,9 @@ #!/bin/bash build() { - MODULES="nbd" - SCRIPT="archiso_pxe_nbd" + add_module "nbd" + + add_runscript add_binary nbd-client |