diff --git a/build.bash b/build.bash index 5be3dc6..7ba68c9 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 scripts/init.sh init + cp ../scripts/init.sh init find . | cpio -H newc -o > ../iso/boot/initramfs.cpio cd .. @@ -68,4 +68,4 @@ echo " | __|__ _ / _ \/ __|"; echo " | _|/ _\` | (_) \__ \\"; echo " |___\__, |\___/|___/"; echo " |___/ "; -echo "Is Built Successfully!"; \ No newline at end of file +echo "Is Built Successfully!";