rancher / k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes.
https://k3os.io
Apache License 2.0
3.5k stars 396 forks source link

package a kernel module (driver for a USB NIC) #834

Open FranklinYu opened 2 years ago

FranklinYu commented 2 years ago

Is your feature request related to a problem? Please describe. I cannot connect to the Ethernet in LiveCD (Ethernet seems required during the installation).

Describe the solution you'd like Add https://github.com/torvalds/linux/blob/v5.4/drivers/net/usb/ax88179_178a.c. Maybe after this line?

https://github.com/rancher/k3os/blob/a9c866997db4f7fcf004e0dedf0aa5cc0dd37d80/images/10-kernel-stage1/Dockerfile#L13

Describe alternatives you've considered (I don’t know any alternatives.)

Additional context

827