diff --git a/build.bash b/build.bash index d019b39..57f1e9b 100755 --- a/build.bash +++ b/build.bash @@ -54,6 +54,7 @@ cd .. cd initramfs rm linuxrc # We'll be using a init sciprt instead cp ../scripts/init.sh init + sudo chmod 755 init find . | cpio -H newc -o > ../iso/boot/initramfs.cpio cd ..