~rvb/maas/transaction-1.7-bug-1409852

« back to all changes in this revision

Viewing changes to docs/troubleshooting.rst

merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 sudo apt-get install --assume-yes bzr
128
128
 bzr branch lp:~maas-maintainers/maas/backdoor-image backdoor-image
129
129
 
130
 
 imgs=$(echo /var/lib/maas/boot-resources/*/*/*/*/*/root-image)
 
130
 imgs=$(echo /var/lib/maas/boot-resources/*/*/*/*/*/*/root-image)
131
131
 for img in $imgs; do
132
 
     [ -f "$img.dist" ] || cp -a --sparse=always $img $img.dist
 
132
     [ -f "$img.dist" ] || sudo cp -a --sparse=always $img $img.dist
133
133
 done
134
134
 
135
135
 for img in $imgs; do