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 ..