~smoser/maas-images/dtb-files

« back to all changes in this revision

Viewing changes to bin/maas-cloudimg2eph2

  • Committer: Scott Moser
  • Date: 2014-11-10 18:33:47 UTC
  • Revision ID: smoser@ubuntu.com-20141110183347-wm4ipu9odk20yw8o
fix typo in variable name 'manif'

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    ddebug 1 "starting maas-cloudimg2ephemeral"
187
187
    maas-cloudimg2ephemeral $vflags --zero \
188
188
        ${arch:+"--arch=$arch"} "$imgfile" \
189
 
        "$kpkg" "$pkout" "$piout" "$manifest" ||
 
189
        "$kpkg" "$pkout" "$piout" "$manif" ||
190
190
        { error "failed to turn $imgfile to ephemeral"; return 1; }
191
191
 
192
192
    local i="" ckpkg="" ckout="" ciout="" subarch="" oifs="$IFS"