Skip to content

Commit b43c8c4

Browse files
committed
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
1 parent 8e131e7 commit b43c8c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ironic_python_agent/shell/copy_configdrive_to_disk.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# This should work with almost any image that uses MBR partitioning and
18+
# doesn't already have 3 or more partitions -- or else you'll no longer
19+
# be able to create extended partitions on the disk.
20+
1721
log() {
1822
echo "`basename $0`: $@"
1923
}

ironic_python_agent/shell/write_image.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# This should work with almost any image that uses MBR partitioning and doesn't already
18-
# have 3 or more partitions.
19-
2017
set -e
2118

2219
log() {

0 commit comments

Comments
 (0)