fix comment

This commit is contained in:
lukas 2022-01-03 18:01:52 +01:00
parent 4682f2c01b
commit 26fd2b834c
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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).