Skip to content

Commit

Permalink
fix: add partition types
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored May 26, 2024
1 parent 66da93a commit 2600c8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions katsu/modules/base/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ disk:
size: 8GiB
partitions:
- label: EFI
type: esp
size: 512MiB
filesystem: efi
mountpoint: /boot/efi

- label: boot
type: xbootldr
size: 1GiB
filesystem: ext4
mountpoint: /boot

- label: root
type: root
# size: 2.5MiB
filesystem: ext4
mountpoint: /
Expand Down
3 changes: 3 additions & 0 deletions katsu/modules/base/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ disk:
size: 8GiB
partitions:
- label: EFI
type: esp
size: 512MiB
filesystem: efi
mountpoint: /boot/efi

- label: boot
type: xbootldr
size: 1GiB
filesystem: ext4
mountpoint: /boot

- label: root
type: root
# size: 2.5MiB
filesystem: ext4
mountpoint: /
Expand Down

0 comments on commit 2600c8f

Please sign in to comment.