Skip to content

Commit

Permalink
Merge pull request #1762 from mwhudson/curtin-update
Browse files Browse the repository at this point in the history
update curtin, and add 'uuid' attribute to Partition objects
  • Loading branch information
mwhudson authored Aug 10, 2023
2 parents fdbcd40 + c028390 commit 45ee681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ parts:

source: https://git.launchpad.net/curtin
source-type: git
source-commit: 611f68afdc53c7c6d02bd64713c743380a77c59e
source-commit: 70b1190170195602734bb60307e576f07564f6da

override-pull: |
craftctl default
Expand Down
1 change: 1 addition & 0 deletions subiquity/models/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ class Partition(_Formattable):
partition_type: Optional[str] = None
partition_name: Optional[str] = None
path: Optional[str] = None
uuid: Optional[str] = None

_info: Optional[StorageInfo] = attributes.for_api(default=None)

Expand Down

0 comments on commit 45ee681

Please sign in to comment.