From 11ccb45bf3f4d4d17cb80ccaa525869e5290de9e Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 27 May 2023 14:32:07 +0200 Subject: [PATCH] grammar fixes --- recipes/virtual-server-encrypted.cfg | 4 ++-- recipes/virtual-server.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 :