systemd/detect_virt

5 lines
83 B
Plaintext
Raw Normal View History

2019-09-30 11:17:58 -04:00
#!/bin/bash
VIRT_PLATFORM="$(/usr/bin/systemd-detect-virt)"
echo "$VIRT_PLATFORM"