commit | 936c9280ea8c94a5029382cb693370dcf655fb2c | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 23:36:43 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 23:36:43 2011 -0700 |
tree | b350756c9a7a11304e3a214a540314bb349b986a | |
parent | 190321ea45ce9617cee41a54a19a72d092813395 [diff] [blame] |
warn users to use natty
diff --git a/build_lxc.sh b/build_lxc.sh index c019d7e..54ee375 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -12,6 +12,11 @@ # Param string to pass to stack.sh. Like "EC2_DMZ_HOST=192.168.1.1 MYSQL_USER=nova" STACKSH_PARAMS=${STACKSH_PARAMS:-} +# Warn users who aren't on natty +if ! grep -q natty /etc/lsb-release; then + echo "WARNING: this script has only been tested on natty" +fi + # Install deps apt-get install lxc debootstrap