From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from blu0-omc1-s32.blu0.hotmail.com (blu0-omc1-s32.blu0.hotmail.com [65.55.116.43]) by mail.server123.net (Postfix) with ESMTP for ; Fri, 23 May 2014 20:46:50 +0200 (CEST) Message-ID: Content-Type: multipart/alternative; boundary="_de08cd76-c444-48d2-9e70-7379f37de771_" From: James Williams Date: Fri, 23 May 2014 18:43:46 +0000 MIME-Version: 1.0 Subject: [dm-crypt] Kickstart with LUKS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "dm-crypt@saout.de" --_de08cd76-c444-48d2-9e70-7379f37de771_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sirs=2C =20 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? =20 Thanks=2C Jim = --_de08cd76-c444-48d2-9e70-7379f37de771_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Sirs=2C
 =3B
 =3B = Running RHEL 6... doing a kickstart installation. =3B How do I use LUKS= with the LVM during the kickstart process?
Does the --encrypted and --p= assphrase options =3Buse LUKS?
 =3B
Thanks=2C
Jim
=
= --_de08cd76-c444-48d2-9e70-7379f37de771_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from v6.tansi.org (ns.km31936-01.keymachine.de [87.118.116.4]) by mail.server123.net (Postfix) with ESMTP for ; Sat, 24 May 2014 02:27:54 +0200 (CEST) Received: from gatewagner.dyndns.org (77-57-44-24.dclient.hispeed.ch [77.57.44.24]) by v6.tansi.org (Postfix) with ESMTPA id B612134FA001 for ; Sat, 24 May 2014 02:27:53 +0200 (CEST) Date: Sat, 24 May 2014 02:27:53 +0200 From: Arno Wagner Message-ID: <20140524002753.GA10179@tansi.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dm-crypt] Kickstart with LUKS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Sorry, but wrong list to ask. RHEL uses some wrapper around cryptsetup and what that does you need to ask Red Hat. This list here is only for cryptsetup used directly. Arno On Fri, May 23, 2014 at 20:43:46 CEST, James Williams wrote: > Sirs, > > 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? > > Thanks, > Jim > > _______________________________________________ > dm-crypt mailing list > dm-crypt@saout.de > http://www.saout.de/mailman/listinfo/dm-crypt -- Arno Wagner, Dr. sc. techn., Dipl. Inform., Email: arno@wagner.name GnuPG: ID: CB5D9718 FP: 12D6 C03B 1B30 33BB 13CF B774 E35C 5FA1 CB5D 9718 ---- A good decision is based on knowledge and not on numbers. - Plato 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