xen-drbd
changeset 56:14e75a085db0
minifix
author | root@linux10 |
---|---|
date | Fri Oct 10 23:13:58 2008 +0000 (2008-10-10) |
parents | 8afb0999f562 |
children | b8f58a090b2f |
files | xen-drbd-install.py |
line diff
1.1 --- a/xen-drbd-install.py Fri Oct 10 23:09:52 2008 +0000 1.2 +++ b/xen-drbd-install.py Fri Oct 10 23:13:58 2008 +0000 1.3 @@ -319,7 +319,7 @@ 1.4 mkdir -p /domU/%s/root/.ssh/ 1.5 cp ~/.ssh/id_dsa.pub /domU/%s/root/.ssh/authorized_keys 1.6 chmod 600 /domU/%s/root/.ssh/authorized_keys 1.7 - """ % (dom,dom,dom,dom) 1.8 + """ % (dom,dom,dom) 1.9 1.10 def make_l3rc(): 1.11 for dom in linux_domains: