-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a80273d
commit ea47bd4
Showing
9 changed files
with
131 additions
and
34 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
rust/agama-lib/share/examples/storage/generate_partitions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"storage": { | ||
"drives": [ | ||
{ | ||
"partitions": [ | ||
{ | ||
"generate": "mandatory" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
rust/agama-lib/share/examples/storage/generate_partitions_extended.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"storage": { | ||
"drives": [ | ||
{ | ||
"partitions": [ | ||
{ | ||
"size": "10 GiB", | ||
"filesystem": { | ||
"type": "vfat" | ||
} | ||
}, | ||
{ | ||
"generate": { | ||
"partitions": "default", | ||
"encryption": { | ||
"luks2": { | ||
"password": "12345" | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters