From c6d130d074eacd13f698dcb7074032197f22db55 Mon Sep 17 00:00:00 2001 From: Hakisho Nukama Date: Sat, 28 Mar 2015 18:58:24 +0000 Subject: [PATCH] updated hcl --- hcl.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/hcl.html b/hcl.html index e59ee382..5f49ea87 100644 --- a/hcl.html +++ b/hcl.html @@ -5,8 +5,10 @@ title: "Hardware Compatibility List" model: all --- - - +
+ + + @@ -18,9 +20,47 @@ model: all -{% for device in site.hcl %} + +{% for device in site.hcl %}{% if device.type == 'laptop' %} {% include hcl-device.html %} -{% endfor %} +{% endif %}{% endfor %} + + + + + + + + + + + + + + + + +{% for device in site.hcl %}{% if device.type == 'desktop' or device.type == 'workstation' or device.type == 'server' %} + {% include hcl-device.html %} +{% endif %}{% endfor %} + + + + + + + + + + + + + + + + +{% for device in site.hcl %}{% if device.type == 'motherboard' %} + {% include hcl-device.html %} +{% endif %}{% endfor %} +
Laptop devices
Model BIOS HVMRemark Credit
Desktop, Workstation and Server
ModelBIOSHVMIOMMUTPMQubesXenKernelRemarkCredit
Motherboard
ModelBIOSHVMIOMMUTPMQubesXenKernelRemarkCredit
- -