Patch for minor typo fixes in man pages.

2016-09-27 Diskussionsfäden Paul Schulz
A couple of typo fixes for the man pages. From ae0e06de5200105c35e98bbf051337cedc3e149d Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Wed, 28 Sep 2016 08:32:10 +0930 Subject: [PATCH] A couple of minor typos in man pages --- man/ainsl.1 | 2 +- man/fai-chboot.8 | 2 +- 2 files changed, 2

Re: Customise settings for cryptsetup

2016-09-21 Diskussionsfäden Paul Schulz
+1 On Thu, 22 Sep 2016, 08:10 Andrew Ruthven wrote: > Hey, > > I have a requirement to change some of the settings that are passed to > cryptsetup. I could add in a createopts similar to the various other > options what'd allow changing the cipher and size (and whatever else). > Would this be of

Re: Preserving encrypted disks

2016-09-20 Diskussionsfäden Paul Schulz
Hi Andrew, (How is the Isle of the Long White Cloud?) Are the encrypted disks separate? (ed. sdc,sdd?) If so, you could run it in a hook script with just the drives you want to partition. Using the '-D' option allows you to set the disks. Regards, Paul Schulz On Wed, 21 Sep 201

Re: FAI with RAID+CRYPT+LVM

2016-09-20 Diskussionsfäden Paul Schulz
How's this? On Tue, 20 Sep 2016 at 21:29 Thomas Lange wrote: > >>>>> On Tue, 20 Sep 2016 11:36:41 +, Paul Schulz < > p...@mawsonlakes.org> said: > > > Can this be put into the documentation somewhere? > Do you have a

Re: FAI with RAID+CRYPT+LVM

2016-09-20 Diskussionsfäden Paul Schulz
s to decrypt the luks partition and find /dev/mapper/Base-Root On Fri, 16 Sep 2016 at 00:58 Paul Schulz wrote: > I am still having an isse with the setup-disk configuration > > I'm now getting the following error after the file is parsed.. > "Cannot determine size of

Re: Patch to setup-storage, add shell command output option (-C)

2016-09-16 Diskussionsfäden Paul Schulz
at can be run in other environments without FAI. (Debian/Ubuntu have setup storage in its own package, and I'm finding this better to use than any of the other partitioning tools.) Cheers, Paul On Fri, 16 Sep 2016 at 17:50 Thomas Lange wrote: > >>>>> On Fri, 16 Sep 2016

Patch to setup-storage, add shell command output option (-C)

2016-09-15 Diskussionsfäden Paul Schulz
See the following patch which adds the '-C' option to setup-storage. This allows a dry-run to output the shell commands to be used by the script. Paul From 8e3ba3dd0898d0df59281f20d636eb47d68509c1 Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Fri, 16 Sep 2016 14:22:59 +0930 Subje

Re: FAI with RAID+CRYPT+LVM

2016-09-15 Diskussionsfäden Paul Schulz
ition. I can then run this script in place of setup-storage in the FAI partitioning step. Regards Paul On Thu, 25 Aug 2016 at 13:15 Paul Schulz wrote: > Hi Alexandros > > Thank you for your reply. It was helpful and I have made some progress, > but I'm still getting errors when

Small patch for setup-storage.8

2016-09-14 Diskussionsfäden Paul Schulz
ithub that I am developing in.) Cheers, Paul From 28e35b9449eb918b563ec7fe847fb8b881e9853c Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Thu, 15 Sep 2016 10:57:43 +0930 Subject: [PATCH] Documentation for another option for 'setup-storage' --- man/setup-storage.8 | 3 +++ 1 file c

Re: FAI with RAID+CRYPT+LVM

2016-08-24 Diskussionsfäden Paul Schulz
ther error if I don't use the full path '/dev/mapper/md1_crypt' in the luks line, BUT cryptsetup only uses the filename part ' md1_crypt'. I am trying to grok the parser code... Regards, Paul On Tue, 23 Aug 2016 at 20:04 Alexandros Afentoulis wrote: > On 08/22/2

FAI with RAID+CRYPT+LVM

2016-08-21 Diskussionsfäden Paul Schulz
(Repeated as first attempt didn't go through.) Greetings, I have been asked to setup some systems with an encrypted disk configuration (see below for FAI setup-storage format), essentially two disks with: RAID1(/boot+other) < Crypt(other) < LVM((Root,Home,Swap) Should I expect this to work? If