feat: initial update images

This commit is contained in:
Lars Sjöström 2024-09-13 09:25:45 +02:00
parent 44d8f9c90d
commit 1e9c413afd
Signed by: lsjostro
SSH key fingerprint: SHA256:I/pw+OgFWec+1RMlHCUGzhYQD22khqhPnV3LJGI7o1Q
2 changed files with 20 additions and 2 deletions

View file

@ -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";