# Disk partitioning information
@PREP_BOOT_PART@
part /boot --fstype="ext4" --size=1000
part /boot/efi --fstype="efi" --size=100
part /opt --fstype="ext4" --size=100 --encrypted @LUKS_OPTIONS@ --passphrase='@LUKS_PW@'
part / --fstype="xfs" --size=1024 --grow

# end of luks-non-root
