fix networking.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user