fix networking.

This commit is contained in:
Matt Knoop
2025-12-08 22:02:35 -07:00
parent 98e8ee8800
commit fb75cc36df
8 changed files with 60 additions and 29 deletions

View File

@@ -20,11 +20,7 @@ cp ./config/init.sh ./dependencies/initram/init
chmod +x ./dependencies/initram/init
echo "copying kernel"
cp ./dependencies/linux/arch/x86_64/boot/bzImage ./outputs/bzImage.efi
cd ./dependencies/initram
cd "$(dirname "$0")"
cd ..
cd ./dependencies/initram
echo $PWD
cd ./dependencies/initram/
find . -type f -name "*" -exec chmod +x {} +
find . -print0 | cpio --null -ov --format=newc | gzip -9 > ../../outputs/initramfs.cpio.gz
echo "created initramfs."