From 27273f7aeabf2272112a34cea8f91548ad05f2ba Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Thu, 28 Jun 2018 12:32:24 -0700 Subject: [PATCH] Split table into 2 This helps understand the difference between images by catagorizingthem and highlights what users are most likely looking for. --- .../guides/maintenance/image-types.rst | 34 ++++++++++++------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/source/clear-linux/guides/maintenance/image-types.rst b/source/clear-linux/guides/maintenance/image-types.rst index 5653e763..d1cfcdab 100644 --- a/source/clear-linux/guides/maintenance/image-types.rst +++ b/source/clear-linux/guides/maintenance/image-types.rst @@ -21,10 +21,29 @@ file format. The *[compression type]* field specifies the compression type. Two types of compressions are used: GNU\* zip (*.gz*) and XZ (*.xz*). -Table 1 lists the currently available images. +Table 1 lists the currently available images which are platform independant. +Table 2 lists the currently available images which are platform specific. -.. list-table:: Table 1: Types of Clear Linux images - :widths: 20, 60 +.. list-table:: Table 1: Types of platform independant Clear Linux images + :widths: 15, 85 + :header-rows: 1 + + * - Image Type + - Description + + * - installer.img + - Preferred image of Clear Linux with interactive installer. + + * - installer.iso + - ISO of Clear Linux with interactive installer. Only for special cases where ISO image format is required (not for use with a USB key) + + * - live.img + - image for live booting into memory, without requiring installaton. + + + +.. list-table:: Table 2: Types of platform specific Clear Linux images + :widths: 15, 85 :header-rows: 1 * - Image Type @@ -48,18 +67,9 @@ Table 1 lists the currently available images. * - hyperv.vhdx - Virtual Hard Disk for use with Microsoft Hyper-V\* hypervisor. Includes `optimized kernel`_ for Hyper-V. - * - installer.img - - Preferred image of Clear Linux with interactive installer. - - * - installer.iso - - ISO of Clear Linux with interactive installer. Only for special cases where ISO image format is required (not for use with a USB key) - * - kvm.img - Image for booting in a simple VM with start_qemu.sh. Includes `optimized kernel`_ for KVM. - * - live.img - - image for live booting into memory, without requiring installaton. - * - vmware.vmdk - Virtual Machine Disk for VMware\* platforms inclduing Player, Workstation, and ESXi.