patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 6f75dfb04abf5ae911be3ae95318685321a86f5f 547 bytes (raw)
name: host/rootfs/image/etc/sysupdate.d/70-kernel.transfer 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>

# Uses example code from systemd man pages which is under MIT-0
# (no attribution required).
[Transfer]
ProtectVersion=%A
Verify=yes

[Source]
Type=url-file
Path=file:///run/updater
MatchPattern=Spectrum_OS_@v.efi

[Target]
Type=regular-file
Path=/EFI/Linux
PathRelativeTo=boot
MatchPattern=Spectrum_OS_@v+@l-@d.efi \
             Spectrum_OS_@v+@l.efi \
             Spectrum_OS_@v.efi
Mode=0644
TriesLeft=3
TriesDone=0
InstancesLeft=2

debug log:

solving 6f75dfb04abf5ae911be3ae95318685321a86f5f ...
found 6f75dfb04abf5ae911be3ae95318685321a86f5f in https://inbox.spectrum-os.org/spectrum-devel/20251029-updates-v1-7-401c1be2a11b@gmail.com/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251029-updates-v1-7-401c1be2a11b@gmail.com/
diff --git a/host/rootfs/image/etc/sysupdate.d/70-kernel.transfer b/host/rootfs/image/etc/sysupdate.d/70-kernel.transfer
new file mode 100644
index 0000000000000000000000000000000000000000..6f75dfb04abf5ae911be3ae95318685321a86f5f

Checking patch host/rootfs/image/etc/sysupdate.d/70-kernel.transfer...
Applied patch host/rootfs/image/etc/sysupdate.d/70-kernel.transfer cleanly.

index at:
100644 6f75dfb04abf5ae911be3ae95318685321a86f5f	host/rootfs/image/etc/sysupdate.d/70-kernel.transfer

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).