Skip to content

Commit

Permalink
fix: forgot base proper
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed May 29, 2024
1 parent 887f145 commit bd74cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion katsu/modules/base/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scripts:
file: default-target.sh

disk:
size: 8GiB
size: 8GB
partitions:
- label: EFI
type: esp
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/base/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scripts:
file: default-target.sh

disk:
size: 8GiB
size: 8GB
partitions:
- label: EFI
type: esp
Expand Down

0 comments on commit bd74cb3

Please sign in to comment.