liquidctl / liquidtux

Linux kernel hwmon drivers for AIO liquid coolers and other devices
Other
80 stars 15 forks source link

Vagrantfile #12

Closed amezin closed 3 years ago

amezin commented 3 years ago

Creates Fedora 34 VM (from the official image) with debug kernel variant:

$ vagrant up --provider libvirt
$ vagrant ssh

libvirt and the default VirtualBox provider are supported.

Inside of the VM:

$ make
$ sudo insmod nzxt-rgb-fan-controller.ko
$ sensors

Supported devices are automatically redirected into the VM on vagrant up.

Compared to virtme, it doesn't require building a kernel.

amezin commented 3 years ago

@jonasmalacofilho I can't merge it myself - "Only those with write access to this repository can merge pull requests."

jonasmalacofilho commented 3 years ago

@jonasmalacofilho I can't merge it myself - "Only those with write access to this repository can merge pull requests."

My bad, should be fixed now.