if ! systemd-detect-virt --container >/dev/null ; then
    echo "Loading the NTSYNC (NT synchronization primitive driver) kernel module ..."
    modprobe ntsync || \
        echo "
Warning: The ntsync kernel module does not appear to be available. Skipping ...
"
fi
