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
This commit is contained in:
parent
8e131e75e3
commit
b43c8c4c4e
@ -14,6 +14,10 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This should work with almost any image that uses MBR partitioning and
|
||||||
|
# doesn't already have 3 or more partitions -- or else you'll no longer
|
||||||
|
# be able to create extended partitions on the disk.
|
||||||
|
|
||||||
log() {
|
log() {
|
||||||
echo "`basename $0`: $@"
|
echo "`basename $0`: $@"
|
||||||
}
|
}
|
||||||
|
@ -14,9 +14,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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
|
set -e
|
||||||
|
|
||||||
log() {
|
log() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user