Include sleep command in initramfs
Aimee OS/aimee-os/pipeline/head This commit looks good Details

This is needed in case we need to poll for the block device containing
the root filesystem.
master
Dustin 2025-09-03 09:51:51 -05:00
parent d9415b0fb5
commit b2a0aab680
1 changed files with 1 additions and 0 deletions

View File

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