Files
linuxkit/boot2docker/rootfs/rootfs/usr/local/bin/lsb_release
2015-11-27 11:46:27 +00:00

9 lines
128 B
Bash
Executable File

#!/bin/sh
# just to make open-vm-tools happy, nad fake output
# of lsb_release -sd
. /etc/os-release
echo $PRETTY_NAME
exit 0