mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-16 03:57:07 +08:00
Update build_backend.sh
This commit is contained in:
parent
eb4bec0729
commit
a0fe4ebe82
1 changed files with 4 additions and 6 deletions
|
@ -35,12 +35,10 @@ if [ `grep $iommu /etc/default/grub|wc -l` = 0 ];then
|
|||
sed -i 's|quiet|quiet '$iommu'|' /etc/default/grub
|
||||
update-grub
|
||||
if [ `grep "vfio" /etc/modules|wc -l` = 0 ];then
|
||||
cat <<-EOF >> /etc/modules
|
||||
vfio
|
||||
vfio_iommu_type1
|
||||
vfio_pci
|
||||
vfio_virqfd
|
||||
EOF
|
||||
echo 'vfio
|
||||
vfio_iommu_type1
|
||||
vfio_pci
|
||||
vfio_virqfd' >> /etc/modules
|
||||
fi
|
||||
else
|
||||
_green "已设置硬件直通"
|
||||
|
|
Loading…
Reference in a new issue