1
0
Fork 0

Using postinst in haveged-udeb to create /dev/shm at runtime (Closes: #1087324).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:17:27 +01:00
parent 7aee6785d8
commit 43a326937b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
/dev/shm

2
debian/haveged-udeb.postinst vendored Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
mkdir -p /dev/shm