Skip to content

Commit 3bc2f41

Browse files
author
ice909
committed
fix: add fix-wallpapers.patch
add fix-wallpapers.patch
1 parent aefdc24 commit 3bc2f41

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Index: linyaps/libs/oci-cfg-generators/src/linglong/oci-cfg-generators/90_legacy.cpp
2+
===================================================================
3+
--- linyaps.orig/libs/oci-cfg-generators/src/linglong/oci-cfg-generators/90_legacy.cpp
4+
+++ linyaps/libs/oci-cfg-generators/src/linglong/oci-cfg-generators/90_legacy.cpp
5+
@@ -63,6 +63,7 @@ bool Legacy::generate(ocppi::runtime::co
6+
{ "/usr/share/icons", "/usr/share/icons" },
7+
{ "/usr/share/zoneinfo", "/usr/share/zoneinfo" },
8+
{ "/etc/resolvconf", "/etc/resolvconf" },
9+
+ { "/usr/share/wallpapers", "/usr/share/wallpapers" },
10+
};
11+
12+
for (const auto [source, destination] : roMountMap) {

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix-wallpapers.patch

0 commit comments

Comments
 (0)