diff --git a/blocks/base-initial-setup-gnome.cfg b/blocks/base-initial-setup-gnome.cfg index c46c5ec..24dbdd1 100644 --- a/blocks/base-initial-setup-gnome.cfg +++ b/blocks/base-initial-setup-gnome.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides the basic plumbing for GNOME initial-setup to launch on first start-up. +# What ? This kickstart file provides the basic plumbing for GNOME initial-setup to launch on the first system start-up. %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. diff --git a/blocks/base-initial-setup.cfg b/blocks/base-initial-setup.cfg index 46f3c4f..abd4d39 100644 --- a/blocks/base-initial-setup.cfg +++ b/blocks/base-initial-setup.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides the basic plumbing for initial-setup to launch on first start-up. +# What ? This kickstart file provides the basic plumbing for initial-setup to launch on the first system start-up. firstboot --enable --reconfig # Initial Setup will start after the first reboot diff --git a/blocks/base-storage-encrypted.cfg b/blocks/base-storage-encrypted.cfg index 3ba2395..0e4115e 100644 --- a/blocks/base-storage-encrypted.cfg +++ b/blocks/base-storage-encrypted.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides a basic EXT4 layout for EFI-based systems, with full-disk encryption. +# What ? This kickstart file provides a basic EXT4 layout for EFI-based systems, with full-disk encryption. User input is necessary during deployment, as there is no hardcoded password. part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi # Will create an efi partitition of 128 MiB (vda1) part /boot --fstype="ext4" --size=384 --label=boot # Create a boot partition of 384 MiB using the ext4 filesystem (vda2).