您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- label_type: msdos
-
- partitions:
- - type: primary
- start: 512MiB
- end: 1GiB
- usage: boot
- - type: primary
- start: 1GiB
- end: 2GiB
- usage: rescue
- - type: primary
- start: 2GiB
- end: "{{last_partition_end}}"
- usage: system
-
- debian_boot_packages:
- - grub-pc
|