Skip to content

Commit

Permalink
miatoll: resize system partition because the default size is too smal…
Browse files Browse the repository at this point in the history
…l for Focal
  • Loading branch information
barin authored and amartinz committed Sep 18, 2023
1 parent 076bc7f commit 9a44dc3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions v2/devices/miatoll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ operating_systems:
name: "Wipe Userdata"
tooltip: "Wipe personal data (required for new installs)"
type: "checkbox"
- var: "partition"
name: "Partitioning"
tooltip: "Changes partition sizes as required. Only necessary for first time installations of Focal 20.04."
type: "checkbox"
- var: "bootstrap"
name: "Bootstrap"
tooltip: "Flash system partitions using fastboot"
Expand Down Expand Up @@ -113,6 +117,19 @@ operating_systems:
group: "firmware"
condition:
var: "bootstrap"
value: true
- actions:
- fastboot:reboot_fastboot:
condition:
var: "partition"
value: true
- actions:
# Increase space for system_a for UT installation
- fastboot:resize_logical_partition:
partition: "system"
size: 3221225472
condition:
var: "partition"
value: true
- actions:
- fastboot:reboot_bootloader:
Expand Down

0 comments on commit 9a44dc3

Please sign in to comment.