From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Sat, 24 May 2014 07:12:47 +0200 (CEST) Received: by mail-we0-f174.google.com with SMTP id k48so5630199wev.5 for ; Fri, 23 May 2014 22:12:46 -0700 (PDT) Message-ID: <53802A4B.6040504@gmail.com> Date: Sat, 24 May 2014 07:12:43 +0200 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Kickstart with LUKS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Williams , "dm-crypt@saout.de" On 05/23/2014 08:43 PM, James Williams wrote: > Running RHEL 6... doing a kickstart installation. How do I use LUKS with the LVM during the kickstart process? > Does the --encrypted and --passphrase options use LUKS? If you want an example, read docs or do manual install and then read resulting kickstart file placed in /root dir (you will need to uncomment some options). You can find docs for RHEL/CentOS 6 easily through Google... https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html And yes, it uses LUKS, installer should always use aes-xts-plain64 (with AES256). Milan