-invirt-xen-config (0.0.38~glasgall1ubuntu1) UNRELEASED; urgency=low
+invirt-xen-config (0.0.38~glasgall2) precise; urgency=low
* Bump xen-utils dependency
+ * Update xend-config.sxp transformer for newer default config
- -- Adam Glasgall <glasgall@mit.edu> Thu, 21 Mar 2013 23:29:42 -0700
+ -- Adam Glasgall <glasgall@mit.edu> Sun, 24 Mar 2013 17:37:05 -0400
invirt-xen-config (0.0.38~glasgall1) precise; urgency=low
EOF
s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
-s/^\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
+s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
print;