79aa31a4a1bc8bd28a5771128e3c8f5e1c7e7392
[genesis.git] / fuel / build / f_isoroot / f_bootstrap / post-scripts / 01_fix_iommubug.sh
1 #/bin/sh
2 echo "Setting intel_iommu=off in bootstrap profile - a fix for the Dell systems"
3 echo "Old settings"
4 dockerctl shell cobbler cobbler profile report --name bootstrap
5 echo "Modifying"
6 dockerctl shell cobbler cobbler profile edit --name bootstrap --kopts "intel_iommu=off" --in-place
7 echo "New settings"
8 dockerctl shell cobbler cobbler profile report --name bootstrap
9