feat: initial update images
This commit is contained in:
parent
44d8f9c90d
commit
1e9c413afd
2 changed files with 20 additions and 2 deletions
modules
|
@ -36,7 +36,7 @@
|
|||
"20-store" = {
|
||||
Source = {
|
||||
MatchPattern = [
|
||||
"store_@v.img.xz"
|
||||
"${config.boot.uki.name}_@v.img.xz"
|
||||
];
|
||||
# Path = "https://download.example.com/";
|
||||
# Type = "url-file";
|
||||
|
@ -52,7 +52,7 @@
|
|||
# Path = "auto";
|
||||
Path = "/dev/sda";
|
||||
|
||||
MatchPattern = "store_@v";
|
||||
MatchPattern = "${config.boot.uki.name}_@v";
|
||||
|
||||
Type = "partition";
|
||||
ReadOnly = "yes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue