forked from roots/phyllomeos
		
	grammar fixes
This commit is contained in:
		| @@ -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 : | ||||
|   | ||||
| @@ -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 : | ||||
|   | ||||
		Reference in New Issue
	
	Block a user