diff --git a/index.html b/index.html
index 6122eb5..ef543aa 100644
--- a/index.html
+++ b/index.html
@@ -182,8 +182,8 @@
|
{{name}}
- {{if help}}{{/if}}
{{ if is_new }}new{{/if}}
+ {{if help}}{{/if}}
|
{{last_update}} |
{{status}} |
@@ -210,7 +210,8 @@ $(document).ready(function(){
'raspbian': 'wiki/raspbian.md',
'repo-ck': 'wiki/repo-ck.md',
'rpmfusion': 'wiki/rpmfusion.md',
- 'ubuntu': 'wiki/ubuntu.md'
+ 'ubuntu': 'wiki/ubuntu.md',
+ 'lxc-images': 'wiki/lxc-images.md'
}
var new_mirrors = {
'ius': true,
diff --git a/wiki/lxc-images.md b/wiki/lxc-images.md
new file mode 100644
index 0000000..fef0002
--- /dev/null
+++ b/wiki/lxc-images.md
@@ -0,0 +1,11 @@
+LXC Images 镜像帮助
+==================
+
+LXC 1.0 以上版本增加了 `download` 模版,支持下载定义好的系统镜像。
+
+欲使用 TUNA 镜像进行下载加速,可以在 `lxc-create -t download` 的选项部分,
+增加 `--server mirrors.tuna.tsinghua.edu.cn/lxc-images` 即可,例如:
+
+```
+# lxc-create -t download -n my-container -- --server mirrors.tuna.tsinghua.edu.cn/lxc-images
+```