Skip to content
Snippets Groups Projects
Verified Commit 28038900 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches/openwrt: drop btrfs-scan from activated services

btrfs-progs now use preinit instead of this init script so we no longer
have to activate it.
parent cce92607
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -44,15 +44,14 @@ index d1b26ea40e..c16091b6bc 100644
-include $(PLATFORM_SUBDIR)/base-files.mk
diff --git a/package/base-files/files/etc/services_wanted b/package/base-files/files/etc/services_wanted
new file mode 100644
index 0000000000..96ddfb2d6e
index 0000000..f73067e
--- /dev/null
+++ b/package/base-files/files/etc/services_wanted
@@ -0,0 +1,55 @@
@@ -0,0 +1,54 @@
+asm1062-fix
+atd
+atsha204-feed-entropy
+boot
+btrfs-scan
+cron
+cups
+dev-detect
......@@ -104,7 +103,7 @@ index 0000000000..96ddfb2d6e
+usbmode
+watchdog_adjust
diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh
index edce75e8ff..6bd07011cf 100755
index edce75e..6bd0701 100755
--- a/package/base-files/files/lib/functions.sh
+++ b/package/base-files/files/lib/functions.sh
@@ -244,13 +244,17 @@ default_postinst() {
......@@ -132,5 +131,5 @@ index edce75e8ff..6bd07011cf 100755
done
--
2.21.0
2.22.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment