git.annexia.org
/
libguestfs-talks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add tech introductions.
[libguestfs-talks.git]
/
2012-dublin
/
0700-resizing.html
1
<meta charset="utf-8"/>
2
<link rel="stylesheet" href="style.css" type="text/css"/>
3
<script src="code.js" type="text/javascript"></script>
4
5
<div>
6
<h1>Resizing</h1>
7
8
<p class="bubble">virt-resize</p>
9
<pre>
10
virt-resize input.img output.img --expand sda2
11
</pre>
12
13
</div>