Compare commits
No commits in common. "ae4bddb7843957055a4fdd6e2a65877f0cd8793a" and "6e852095e13ac29371cf5652d95e38baad1e9e55" have entirely different histories.
ae4bddb784
...
6e852095e1
2 changed files with 0 additions and 30 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -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
|
mdadm (4.4-10) sid; urgency=medium
|
||||||
|
|
||||||
* Simplifying watch file to make it actually work.
|
* Simplifying watch file to make it actually work.
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue