mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 00:39:30 -05:00
DocStyle description added rules for headings
This commit is contained in:
parent
e352164673
commit
5309bed08c
@ -22,7 +22,8 @@ Guidelines for Documentation Contributors
|
|||||||
where appropriate.
|
where appropriate.
|
||||||
* Use `[reference-style][ref]` links.
|
* Use `[reference-style][ref]` links.
|
||||||
`[ref]: http://daringfireball.net/projects/markdown/syntax#link`
|
`[ref]: http://daringfireball.net/projects/markdown/syntax#link`
|
||||||
|
* Use underline headings `=====` and `-----` if possible. If this is not
|
||||||
|
possible use the Atx-style headings on the left side, e. g. `### H3`.
|
||||||
|
|
||||||
Sending documentation updates
|
Sending documentation updates
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
@ -5,7 +5,8 @@ permalink: /doc/ResizeRootDiskImage/
|
|||||||
redirect_from: /wiki/ResizeRootDiskImage/
|
redirect_from: /wiki/ResizeRootDiskImage/
|
||||||
---
|
---
|
||||||
|
|
||||||
### Resizing \`root.img\` Size
|
Resizing \`root.img\` Size
|
||||||
|
--------------------------
|
||||||
|
|
||||||
The safest way to increase the size of \`root.img\` is to do it for a standalone
|
The safest way to increase the size of \`root.img\` is to do it for a standalone
|
||||||
VM (qvm-create --standalone) - which has its own root filesystem
|
VM (qvm-create --standalone) - which has its own root filesystem
|
||||||
@ -14,7 +15,7 @@ But it should also work for a normal template (as long as changes in the
|
|||||||
template between reboots didn't exceed 10G).
|
template between reboots didn't exceed 10G).
|
||||||
|
|
||||||
Replace the size and the path (name) of the template as wished and run your
|
Replace the size and the path (name) of the template as wished and run your
|
||||||
modified command:
|
modified command:
|
||||||
```
|
```
|
||||||
truncate -s 20G /var/lib/qubes/vm-templates/fedora-21/root.img
|
truncate -s 20G /var/lib/qubes/vm-templates/fedora-21/root.img
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user