From b43c8c4c4e419abcd412707ac46f827f69fedf90 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 20 Jun 2014 15:36:19 -0700 Subject: Fix comments to reflect reality These comments were left in write_image.sh from the 'teeth-agent' days when these were split into two scripts. I moved the comment into the correct script and clarified what it means. Change-Id: Iccdcd925be5c94d993d8125534264f496de4594f --- ironic_python_agent/shell/write_image.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'ironic_python_agent/shell/write_image.sh') diff --git a/ironic_python_agent/shell/write_image.sh b/ironic_python_agent/shell/write_image.sh index 63a6eb70..272e342b 100755 --- a/ironic_python_agent/shell/write_image.sh +++ b/ironic_python_agent/shell/write_image.sh @@ -14,9 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This should work with almost any image that uses MBR partitioning and doesn't already -# have 3 or more partitions. - set -e log() { -- cgit v1.2.1