您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
350B

  1. --clear
  2. "--disk-guid={{ item.guid | default('R') }}"
  3. {% for part in item.partitions %}
  4. "--new={{ part.partnum }}:{{ part.start }}:{{ part.end }}"
  5. "--change-name={{ part.partnum }}:{{ part.name }}"
  6. "--typecode={{ part.partnum }}:{{ part.typecode }}"
  7. "--partition-guid={{ part.partnum }}:{{ part.guid | default('R') }}"
  8. {% endfor %}
  9. {{ item.device }}