fix: incorrect path to init.sh
This commit is contained in:
parent
5b3a041225
commit
6f9853a9c8
@ -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!";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user