PHP 8.5.2
Preview: mdadm.finalrd Size: 278 B
//usr/share/finalrd/mdadm.finalrd

#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-only
set -e

if [ "$1" = "setup" ]
then
    . /usr/share/initramfs-tools/hook-functions
    copy_exec /sbin/mdadm
    copy_exec /sbin/mdmon

    exit 0
fi

mdmon --all --takeover
mdadm -vv --wait-clean --scan
mdadm -vv --stop --scan

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
278 B lrwxr-xr-x 2024-07-29 08:06:31
Edit Download
1.25 KB lrwxr-xr-x 2025-02-11 08:52:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).