test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
cd m1n1
git fetch -a -t
- git reset --hard v1.1.8;
+ git reset --hard v1.2.2;
make -j `nproc`
)
}
sudo cp u-boot.bin /boot/efi/m1n1/boot.bin
}
-echo This results in a kernel that does get the local ethernet interface up
-exit 1
-
mkdir -p build
cd build