From 5b3a04122578f975145fb1646f8c4bcb9982b8df Mon Sep 17 00:00:00 2001 From: Nasir Hossain Nishad Date: Fri, 16 Feb 2024 18:04:14 +0600 Subject: [PATCH] fix: incorrect path to init.sh --- build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bash b/build.bash index cd9692e..5be3dc6 100755 --- a/build.bash +++ b/build.bash @@ -52,7 +52,7 @@ cd .. # Create the initramfs cd initramfs rm linuxrc # We'll be using a init sciprt instead - cp config/initramfs.sh init + cp scripts/init.sh init find . | cpio -H newc -o > ../iso/boot/initramfs.cpio cd ..