Skip to content

Commit

Permalink
Dropped proposing ibft mode which is obsolete.
Browse files Browse the repository at this point in the history
When a device is iBFT aware then iBFT is always used and ifcfg file is
ignored.
  • Loading branch information
mchf committed Sep 23, 2014
1 parent dce5b93 commit 5fffc58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/clients/save_network.rb
Expand Up @@ -81,10 +81,6 @@ def adjust_for_network_disks(file)
path(".target.bash"),
"sed -i s/STARTMODE.*/STARTMODE='nfsroot'/ #{file}"
)
SCR.Execute(
path(".target.bash"),
"sed -i s/BOOTPROTO.*/BOOTPROTO='ibft'/ #{file}"
)
end

ETC = "/etc/"
Expand Down

0 comments on commit 5fffc58

Please sign in to comment.