X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel%2Fbuild%2Ff_isoroot%2Ff_bootstrap%2Fpost-scripts%2F01_fix_iommubug.sh;fp=fuel%2Fbuild%2Ff_isoroot%2Ff_bootstrap%2Fpost-scripts%2F01_fix_iommubug.sh;h=0000000000000000000000000000000000000000;hb=19353295cc1e3bf5dff72ab48d794087767c62d7;hp=79aa31a4a1bc8bd28a5771128e3c8f5e1c7e7392;hpb=5ba33388e4b4388e008d3cd5654af402e1cb7535;p=genesis.git diff --git a/fuel/build/f_isoroot/f_bootstrap/post-scripts/01_fix_iommubug.sh b/fuel/build/f_isoroot/f_bootstrap/post-scripts/01_fix_iommubug.sh deleted file mode 100755 index 79aa31a..0000000 --- a/fuel/build/f_isoroot/f_bootstrap/post-scripts/01_fix_iommubug.sh +++ /dev/null @@ -1,9 +0,0 @@ -#/bin/sh -echo "Setting intel_iommu=off in bootstrap profile - a fix for the Dell systems" -echo "Old settings" -dockerctl shell cobbler cobbler profile report --name bootstrap -echo "Modifying" -dockerctl shell cobbler cobbler profile edit --name bootstrap --kopts "intel_iommu=off" --in-place -echo "New settings" -dockerctl shell cobbler cobbler profile report --name bootstrap -