summaryrefslogtreecommitdiff
path: root/units
diff options
Diffstat (limited to 'units')
-rw-r--r--units/info/jobs.pxu2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu
index 4485829..3170566 100644
--- a/units/info/jobs.pxu
+++ b/units/info/jobs.pxu
@@ -345,6 +345,8 @@ _summary: Attaches the buildstamp identifier for the OS
command:
if [ -s /etc/buildstamp ]; then
cat /etc/buildstamp
+ elif [ -s /etc/media-info ]; then
+ cat /etc/media-info
elif [ -e /var/lib/snapd/seed/seed.yaml ]; then
echo && date -r /var/lib/snapd/seed/seed.yaml -R
else