Include sleep command in initramfs
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good

This is needed in case we need to poll for the block device containing
the root filesystem.
This commit is contained in:
2025-09-03 09:51:51 -05:00
parent d9415b0fb5
commit b2a0aab680

View File

@@ -83,6 +83,7 @@ bin_install \
/bin/mount \
/bin/rm \
/bin/sh \
/bin/sleep \
/bin/sort \
/bin/tail \
/bin/umount \