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
|
sed -i 's|quiet|quiet '$iommu'|' /etc/default/grub
|
||||||
update-grub
|
update-grub
|
||||||
if [ `grep "vfio" /etc/modules|wc -l` = 0 ];then
|
if [ `grep "vfio" /etc/modules|wc -l` = 0 ];then
|
||||||
cat <<-EOF >> /etc/modules
|
echo 'vfio
|
||||||
vfio
|
vfio_iommu_type1
|
||||||
vfio_iommu_type1
|
vfio_pci
|
||||||
vfio_pci
|
vfio_virqfd' >> /etc/modules
|
||||||
vfio_virqfd
|
|
||||||
EOF
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
_green "已设置硬件直通"
|
_green "已设置硬件直通"
|
||||||
|
|
Loading…
Reference in a new issue