19fcd263d0
Add a default PPC block-device layout. I've extracted this into separate yaml files for ease of editing and to facilitate things like longer comments. This is not sufficient to get PPC images working, but it is required. Change-Id: I09e5d1ed92260bdb632333f5203dd7e70d512dc8
13 lines
198 B
YAML
13 lines
198 B
YAML
# Default single partition loopback
|
|
|
|
- local_loop:
|
|
name: image0
|
|
|
|
- partitioning:
|
|
base: image0
|
|
label: mbr
|
|
partitions:
|
|
- name: root
|
|
flags: [ boot, primary ]
|
|
size: 100%
|