blob: 3e4a0a5c8d90c97d6ab65d2236c31e68a56ebe35 [file] [log] [blame]
#!/bin/bash -xe
# Save some basic debug information.
mkdir -p /var/log/bootstrap_logs/ ; pushd /var/log/bootstrap_logs/
dpkg-query -W -f='${Package}=${Version}\n' | sort -u |tee -a vcp_initial_pkgs.log
popd