From b2a0aab680766bfda5210c2b5435e41f98a40b32 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 3 Sep 2025 09:51:51 -0500 Subject: [PATCH] Include sleep command in initramfs This is needed in case we need to poll for the block device containing the root filesystem. --- boot/mkinitramfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/mkinitramfs.sh b/boot/mkinitramfs.sh index b12c5cc..0f7d7f3 100755 --- a/boot/mkinitramfs.sh +++ b/boot/mkinitramfs.sh @@ -83,6 +83,7 @@ bin_install \ /bin/mount \ /bin/rm \ /bin/sh \ + /bin/sleep \ /bin/sort \ /bin/tail \ /bin/umount \