fix: incorrect path to init.sh

This commit is contained in:
Nasir Hossain Nishad 2024-02-16 18:17:41 +06:00 committed by GitHub
parent 5b3a041225
commit 6f9853a9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ cd ..
# Create the initramfs # Create the initramfs
cd initramfs cd initramfs
rm linuxrc # We'll be using a init sciprt instead 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 find . | cpio -H newc -o > ../iso/boot/initramfs.cpio
cd .. cd ..
@ -68,4 +68,4 @@ echo " | __|__ _ / _ \/ __|";
echo " | _|/ _\` | (_) \__ \\"; echo " | _|/ _\` | (_) \__ \\";
echo " |___\__, |\___/|___/"; echo " |___\__, |\___/|___/";
echo " |___/ "; echo " |___/ ";
echo "Is Built Successfully!"; echo "Is Built Successfully!";