зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 14:16:09 +02:00
14 строки
288 B
Plaintext
14 строки
288 B
Plaintext
https://wiki.archlinux.org/index.php/VirtualBox
|
|
|
|
https://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html
|
|
|
|
Guest Additions:
|
|
|
|
mkdir /media/cdrom0
|
|
mount /dev/sr0 /media/cdrom0
|
|
sh /media/cdrom0/VBoxLinuxAdditions.run
|
|
umount /dev/sr0
|
|
|
|
Linux install:
|
|
modprobe vboxdrv
|