forked from DGNum/liminix
package gen_init_cpio, tool for making an initramfs
This commit is contained in:
parent
f02efa3fe3
commit
aa1a2e5d75
2 changed files with 19 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
netlink-lua = callPackage ./netlink-lua {};
|
||||
ifwait = callPackage ./ifwait {};
|
||||
|
||||
gen_init_cpio = callPackage ./gen_init_cpio {};
|
||||
|
||||
serviceFns = callPackage ./service-fns {};
|
||||
|
||||
# these are packages for the build system not the host/target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue