Skip to content

Commit cdcb555

Browse files
committed
coreos-base/coreos-init: drop noop hack
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
1 parent 91ea112 commit cdcb555

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
From 7eecfffbf7642d6c4c2d33243225ff6e6047bd59 Mon Sep 17 00:00:00 2001
2+
From: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
3+
Date: Tue, 23 Jun 2026 18:26:28 +0200
4+
Subject: [PATCH] Revert "systemd: Add noop sysupdate transfer config"
5+
6+
This reverts commit de81605b7c10de0c547edc5b919fc163560f9844.
7+
---
8+
Makefile | 2 --
9+
sysupdate.d/noop.transfer | 8 --------
10+
2 files changed, 10 deletions(-)
11+
delete mode 100644 sysupdate.d/noop.transfer
12+
13+
diff --git a/Makefile b/Makefile
14+
index 90d2a14..1b1495b 100644
15+
--- a/Makefile
16+
+++ b/Makefile
17+
@@ -16,7 +16,6 @@ install:
18+
$(DESTDIR)/usr/bin \
19+
$(DESTDIR)/usr/sbin \
20+
$(DESTDIR)/usr/lib/flatcar \
21+
- $(DESTDIR)/usr/lib/sysupdate.d \
22+
$(DESTDIR)/usr/lib/systemd/system \
23+
$(DESTDIR)/usr/lib/systemd/network \
24+
$(DESTDIR)/usr/lib/systemd/system-generators \
25+
@@ -34,7 +33,6 @@ install:
26+
install -m 644 configs/modules-load.d/* $(DESTDIR)/usr/lib/modules-load.d/
27+
install -m 644 configs/tmpfiles.d/* $(DESTDIR)/usr/lib/tmpfiles.d/
28+
cp -a systemd/* $(DESTDIR)/usr/lib/systemd/
29+
- cp -a sysupdate.d/* $(DESTDIR)/usr/lib/sysupdate.d/
30+
chmod 755 $(DESTDIR)/usr/lib/systemd/system-generators/*
31+
ln -sf ../run/issue $(DESTDIR)/etc/issue
32+
ln -sfT flatcar $(DESTDIR)/usr/lib/coreos
33+
diff --git a/sysupdate.d/noop.transfer b/sysupdate.d/noop.transfer
34+
deleted file mode 100644
35+
index a591a2e..0000000
36+
--- a/sysupdate.d/noop.transfer
37+
+++ /dev/null
38+
@@ -1,8 +0,0 @@
39+
-[Source]
40+
-Type=regular-file
41+
-Path=/
42+
-MatchPattern=invalid@v.raw
43+
-[Target]
44+
-Type=regular-file
45+
-Path=/
46+
-MatchPattern=invalid@v.raw
47+
--
48+
2.53.0
49+

0 commit comments

Comments
 (0)