1
0
Fork 0

Compare commits

..

No commits in common. "ae4bddb7843957055a4fdd6e2a65877f0cd8793a" and "6e852095e13ac29371cf5652d95e38baad1e9e55" have entirely different histories.

2 changed files with 0 additions and 30 deletions

11
debian/changelog vendored
View file

@ -1,14 +1,3 @@
mdadm (4.4-11) sid; urgency=medium
[ Daniel Baumann ]
* Harmonizing watch file.
[ Cyrus Lien ]
* Adding a initramfs-tools script to mount the efivarfs during the
initramfs boot phase (LP: #1993541).
-- Daniel Baumann <daniel@debian.org> Fri, 25 Apr 2025 18:21:05 +0200
mdadm (4.4-10) sid; urgency=medium
* Simplifying watch file to make it actually work.

View file

@ -1,19 +0,0 @@
#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
# shellcheck disable=SC2013
if [ -d /sys/firmware/efi/efivars ]; then
mount -t efivarfs -o rw,nosuid,nodev,noexec,relatime efivarfs /sys/firmware/efi/efivars
fi