2018-01-30 23:56:57 +00:00
|
|
|
- local_loop:
|
|
|
|
name: image0
|
|
|
|
|
|
|
|
- partitioning:
|
|
|
|
base: image0
|
|
|
|
label: gpt
|
|
|
|
partitions:
|
|
|
|
- name: ESP
|
|
|
|
type: 'EF00'
|
2019-04-09 21:40:49 +00:00
|
|
|
size: 550MiB
|
2018-01-30 23:56:57 +00:00
|
|
|
mkfs:
|
|
|
|
type: vfat
|
|
|
|
mount:
|
|
|
|
mount_point: /boot/efi
|
|
|
|
fstab:
|
|
|
|
options: "defaults"
|
2021-05-06 23:58:46 +00:00
|
|
|
fsck-passno: 2
|
2018-01-30 23:56:57 +00:00
|
|
|
- name: BSP
|
|
|
|
type: 'EF02'
|
|
|
|
size: 8MiB
|
|
|
|
- name: root
|
|
|
|
type: '8300'
|
|
|
|
size: 100%
|
|
|
|
mkfs:
|
|
|
|
type: ext4
|
|
|
|
mount:
|
|
|
|
mount_point: /
|
|
|
|
fstab:
|
|
|
|
options: "defaults"
|
|
|
|
fsck-passno: 1
|