Files
server/etc/update-motd.d/97-overlayroot
2026-01-07 20:52:11 +01:00

5 lines
111 B
Bash
Executable File

#!/bin/sh
(egrep "overlayroot|/media/root-ro|/media/root-rw" /proc/mounts 2>/dev/null | sort -r) || true
echo