initramfs-peek: an initramfs image with a shell, for debugging

This commit is contained in:
Daniel Barlow
2023-05-06 23:03:51 +01:00
parent 888a0d5f74
commit 74f2aa6247
2 changed files with 38 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
openwrt = callPackage ./openwrt {};
initramfs-peek = callPackage ./initramfs-peek {};
min-copy-closure = callPackage ./min-copy-closure {};
hi = callPackage ./hi {};
}