summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-18 05:24:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-18 05:34:44 +0000
commitd129fece2883e34c579ac51d7002b4816e276851 (patch)
treed401ee137e2bec9b6ffcea47af43503301e4f2bf /debian
parentUpdating regex in logcheck ignore patterns for kernels md tunining message (L... (diff)
downloadmdadm-d129fece2883e34c579ac51d7002b4816e276851.tar.xz
mdadm-d129fece2883e34c579ac51d7002b4816e276851.zip
Adding debconf note when run on non-systemd systems (Closes: #1037496).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/mdadm.config13
-rw-r--r--debian/mdadm.templates10
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/mdadm.config b/debian/mdadm.config
index 02d6b43..848e6b6 100644
--- a/debian/mdadm.config
+++ b/debian/mdadm.config
@@ -32,6 +32,19 @@ fi
db_capb escape
+# if system has root on md
+if findmnt / 2>/dev/null | grep -qs \/dev\/md && \
+# and system is not a container
+! grep -qs ':cpuset:/$' /proc/1/cgroup && \
+# and system is not a chroot
+[ "$(stat -c %d/%i /)" != "$(stat -Lc %d/%i /proc/1/root 2>/dev/null)" ] && \
+# and systemd is not running
+[ -z "$(pidof systemd)" ]
+then
+ db_input high mdadm/init-system-not-systemd || true
+ db_go
+fi
+
db_input medium mdadm/autocheck || :
db_go
diff --git a/debian/mdadm.templates b/debian/mdadm.templates
index 92b38a6..7d2b685 100644
--- a/debian/mdadm.templates
+++ b/debian/mdadm.templates
@@ -7,6 +7,16 @@
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
+Template: mdadm/init-system-not-systemd
+Type: note
+_Description: no systemd init-system detected
+ The root filesystem of this system was detected to be on a RAID device,
+ so mdadm might be required to run during boot to properly start your system.
+ .
+ Beginning with newer versions of the mdadm package, init-system integration
+ is available for systemd only. This system seems to use an alternative
+ init-system which might or might not leave your system unbootable.
+
Template: mdadm/autocheck
Type: boolean
Default: true