diff --git a/recipes/virtual-server-encrypted.cfg b/recipes/virtual-server-encrypted.cfg index d5c8145..43bfb1a 100644 --- a/recipes/virtual-server-encrypted.cfg +++ b/recipes/virtual-server-encrypted.cfg @@ -5,9 +5,9 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ # -# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system shipping with full disk encryption. +# What ? This kickstart file bootstraps a server-oriented system shipping with full disk encryption. -# NOT FULLY AUTOMATED : Requires user input during installation, specifically a passhprase to unlock the root partition +# NOT FULLY AUTOMATED : Requires user input during installation to specify a passphrase to unlock the root partition # In order to be fed to virt-install or a software like livecd-creator, this file needs to be flattened. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : diff --git a/recipes/virtual-server.cfg b/recipes/virtual-server.cfg index 4bc6a09..2966a46 100644 --- a/recipes/virtual-server.cfg +++ b/recipes/virtual-server.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ # -# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system. +# What ? This kickstart file bootstraps a server-oriented system. # In order to be fed to virt-install or a software like livecd-creator, this file needs to be flattened. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :