- Timestamp:
- Mar 21, 2010, 5:14:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-xen-config/debian/transform_xend-config.sxp.invirt.mako
r2994 r2995 20 20 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die; 21 21 s/^\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die; 22 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 3072)/m or die;22 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die; 23 23 print;
Note: See TracChangeset
for help on using the changeset viewer.