From 9680067fd6fc85af0acbac6e06b425159a9b578b Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Dec 09 2014 17:32:57 +0000 Subject: More info on liveimg and logvol --profile= in Kickstart --- diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml index 0e791a2..1f6b450 100644 --- a/en-US/Kickstart_Syntax_Reference.xml +++ b/en-US/Kickstart_Syntax_Reference.xml @@ -185,9 +185,12 @@ liveimg - + Install from a disk image instead of packages. The image can be the squashfs.img file from a live ISO image, or any file system that the installation media can mount. Supported file systems are ext2, ext3, ext4, vfat, and xfs. + + This command also supports installation from tar archives of the root file system. In that case, the file name must end with .tar, .tbz, .tgz, .txz, .tar.bz2, tar.gz, or tar.xz. + install liveimg --url= [--proxy= | --checksum= | --noverifyssl=] @@ -1306,6 +1309,14 @@ + + + + + Specify the configuration profile name to use with thin logical volumes. If used, the name will also be included in the metadata for the given logical volume. By default, the available profiles are default and thin-performance and are defined in the /etc/lvm/profile directory. See the lvm(8) man page for additional information. + + + Create one or more partitions first using , create the logical volume group (), and then create logical volumes. For example: