systemd/detect_virt
2019-09-30 11:17:58 -04:00

5 lines
83 B
Bash

#!/bin/bash
VIRT_PLATFORM="$(/usr/bin/systemd-detect-virt)"
echo "$VIRT_PLATFORM"