pkg download command and patches
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
linux/kernel-usb 7.0.12
|
||||
linux/kernel-usb 7.2.3
|
||||
=
|
||||
https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.12.tar.xz
|
||||
https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.2.3.tar.xz
|
||||
|
||||
``` sh *** patch ***
|
||||
mkdir -p certs
|
||||
@ -66,6 +66,10 @@ CONFIG_USB_HID=y
|
||||
CONFIG_HID=y
|
||||
CONFIG_HID_GENERIC=y
|
||||
|
||||
# AI
|
||||
CONFIG_HSA_AMD=y
|
||||
CONFIG_DRM_AMDGPU_USERPTR=y
|
||||
CONFIG_DRM_AMDGPU=y
|
||||
|
||||
# AeroLinux conf
|
||||
CONFIG_F2FS_FS=y
|
||||
@ -98,5 +102,9 @@ cp {certs/signing_key.pem,certs/signing_key.x509} /pkg/gnu/linux/kernel-usb/var/
|
||||
```
|
||||
|
||||
``` sh *** set ***
|
||||
modprobe vfat
|
||||
modprobe nls_cp437
|
||||
modprobe nls_iso8859-1
|
||||
mountpoint -q /boot/efi || mount /dev/nvme0n1p1 /boot/efi
|
||||
cp -r /pkg/gnu/linux/kernel-usb/var/BOOTX64.EFI /boot/efi/EFI/aerolinux/LinuxStub.efi
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user