Difference between revisions of "VirtualBox"

m
Added support for realtime kernels
imported>Dalto
m (Missed screenshot)
imported>Dalto
m (Added support for realtime kernels)
Line 31: Line 31:
To install VirtualBox and automatically install the kernel modules for your installed kernels enter the following command in the terminal:
To install VirtualBox and automatically install the kernel modules for your installed kernels enter the following command in the terminal:


  pamac install virtualbox $(pacman -Qsq "^linux" | grep "^linux[0-9]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ')  
  pamac install virtualbox $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ')  




Line 112: Line 112:


Once it is installed run the following command to ensure the kernel modules are installed and install the guest utils:
Once it is installed run the following command to ensure the kernel modules are installed and install the guest utils:
  pamac install virtualbox-guest-utils $(pacman -Qsq "^linux" | grep "^linux[0-9]*$" | awk '{print $1"-virtualbox-guest-modules"}' ORS=' ')  
  pamac install virtualbox-guest-utils $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-guest-modules"}' ORS=' ')  




Anonymous user