Tagged Questions
0
votes
1answer
811 views
how to setup virtual box guest additions (drivers) on systemd system (exherbo)
The trouble is when I run ./VBoxLinuxA... I'm getting:
Unable to determine your Linux distribution
so there is build in script :
check_system_type() {
if [ ! "$ro_SYS_TYPE" = "" ]; then
...