Merge pull request #5 from nishad-prime/feature

beta 0.1.3
This commit is contained in:
Nasir Hossain Nishad 2024-02-17 06:00:03 +06:00 committed by GitHub
commit 6c1e8ee6e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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