mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Update manjaro-architect
Fix a syntax error
This commit is contained in:
parent
95ebe56bbf
commit
a8f7d3f3bd
@ -2054,7 +2054,7 @@ install_ati(){
|
|||||||
# # add openrc support. If openrcbase was installed, the file /tmp/.openrc should exist.
|
# # add openrc support. If openrcbase was installed, the file /tmp/.openrc should exist.
|
||||||
# arch_chroot "systemctl enable vboxservice"
|
# arch_chroot "systemctl enable vboxservice"
|
||||||
# echo -e "vboxguest\nvboxsf\nvboxvideo" > ${MOUNTPOINT}/etc/modules-load.d/virtualbox.conf
|
# echo -e "vboxguest\nvboxsf\nvboxvideo" > ${MOUNTPOINT}/etc/modules-load.d/virtualbox.conf
|
||||||
# ;;
|
;;
|
||||||
"9") # VMWare
|
"9") # VMWare
|
||||||
arch_chroot "mhwd -a pci free 0300" 2>/tmp/.errlog
|
arch_chroot "mhwd -a pci free 0300" 2>/tmp/.errlog
|
||||||
#basestrap ${MOUNTPOINT} xf86-video-vmware xf86-input-vmmouse 2>/tmp/.errlog
|
#basestrap ${MOUNTPOINT} xf86-video-vmware xf86-input-vmmouse 2>/tmp/.errlog
|
||||||
|
Loading…
Reference in New Issue
Block a user