Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
avatar
victorr2007 has added 2f94ef9700
/usr move
view file @ 2f94ef9700
... ... --- a/0001-fixed-setup.py-for-rosa-systemd-path.patch
... ... +++ b/0001-fixed-setup.py-for-rosa-systemd-path.patch
... ... @@ -1,32 +1,13 @@
1
From 29bacf84b57b41e7b121feea68750596ec8f63a8 Mon Sep 17 00:00:00 2001
2
From: betcher <a.betkher@rosalinux.ru>
3
Date: Wed, 22 Mar 2023 07:36:46 +0300
4
Subject: [PATCH] fixed setup.py for rosa systemd path
5
6
---
7
 setup.py | 5 ++---
8
 1 file changed, 2 insertions(+), 3 deletions(-)
9
10
diff --git a/setup.py b/setup.py
11
index cd2b298..9c29924 100644
12
--- a/setup.py
13
+++ b/setup.py
14
@@ -23,13 +23,12 @@ from glob import glob
15
 from setuptools import setup, find_packages
16
 
17
 
18
-data_files = [('/usr/lib/systemd/system', glob('systemd/*.service')),
19
+data_files = [('/lib/systemd/system', glob('systemd/*.service')),
20
               ('/etc/initial-setup/conf.d', glob('data/*.conf')),
1
diff -urN initial-setup-r0.3.97-1/setup.py initial-setup-r0.3.97-1-patched/setup.py
2
--- initial-setup-r0.3.97-1/setup.py	2023-02-13 18:56:49.000000000 +0300
3
+++ initial-setup-r0.3.97-1-patched/setup.py	2023-12-12 11:29:09.715106319 +0300
4
@@ -28,8 +28,7 @@
21 5
               ('/usr/libexec/initial-setup/',
22 6
               ["scripts/run-initial-setup", "scripts/firstboot-windowmanager",
23 7
                "scripts/initial-setup-text", "scripts/initial-setup-graphical",
24 8
-               "scripts/reconfiguration-mode-enabled"]),
25 9
-              ('/usr/share/doc/initial-setup/', ["ChangeLog"])]
26
+               "scripts/reconfiguration-mode-enabled"]) ]
10
+               "scripts/reconfiguration-mode-enabled"])]
27 11
 
28 12
 # add the firstboot start script for s390 architectures
29 13
 if os.uname()[4].startswith('s390'):
... ... ---
30
2.35.2
31

Comments