Re: Avoiding Typing Encryption Passphrase Multiple Times

2022-08-21 Thread Arun Isaac
Hi John, I believe the canonical way to do this is to set up LVM on LUKS. See pros and cons of different approaches in the table at https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Overview With LVM on LUKS, you only need to enter the passphrase once to unlock the LVM. All p

Re: Packaging Idris2

2022-08-21 Thread Philip McGrath
Hi, On Sun, Aug 21, 2022, at 8:31 AM, zimoun wrote: > Hi, > > Some quick comments. :-) > > On Sun, 21 Aug 2022 at 11:39, "(" wrote: > >> Yes, that's true -- however, it's still not the complete, readable >> source code. (It presumably doesn't have comments either, which greatly >> aid understandi

Re: Packaging Idris2

2022-08-21 Thread zimoun
Hi, Some quick comments. :-) On Sun, 21 Aug 2022 at 11:39, "(" wrote: > Yes, that's true -- however, it's still not the complete, readable > source code. (It presumably doesn't have comments either, which greatly > aid understanding, of course.) We do make exceptions when bootstrapping > is sim

Re: Packaging Idris2

2022-08-21 Thread (
On Sun Aug 21, 2022 at 11:39 AM BST, ( wrote: > Yes, that's true -- however, it's still not the complete, readable > source code. (It presumably doesn't have comments either, which greatly > aid understanding, of course.) We do make exceptions when bootstrapping > is simply impossible with currentl

Re: Packaging Idris2

2022-08-21 Thread (
On Sun Aug 21, 2022 at 11:21 AM BST, Andreas Reuleaux wrote: > (And by the way: the pregenerated scheme in there is not a binary, > it is readable scheme code after all - well not terribly readable, > but nevertheless). Yes, that's true -- however, it's still not the complete, readable source code

Re: Packaging Idris2

2022-08-21 Thread Andreas Reuleaux
"(" writes: > Hi Andreas, > > On Sat Aug 20, 2022 at 11:01 PM BST, Andreas Reuleaux wrote: >> You bootstrap it from scheme (chez or racket), as comes within the Idris2 >> tarball >> (and built with Idris 2 itself: Idris2 -> Chez Scheme / Racket). > > Since this Scheme is pregenerated, it can

Re: Packaging Idris2

2022-08-21 Thread Csepp
"(" writes: > Hi Andreas, > > On Sat Aug 20, 2022 at 11:01 PM BST, Andreas Reuleaux wrote: >> You bootstrap it from scheme (chez or racket), as comes within the Idris2 >> tarball >> (and built with Idris 2 itself: Idris2 -> Chez Scheme / Racket). > > Since this Scheme is pregenerated, it c

Re: Packaging Idris2

2022-08-21 Thread (
Hi Andreas, On Sat Aug 20, 2022 at 11:01 PM BST, Andreas Reuleaux wrote: > You bootstrap it from scheme (chez or racket), as comes within the Idris2 > tarball > (and built with Idris 2 itself: Idris2 -> Chez Scheme / Racket). Since this Scheme is pregenerated, it cannot really count as sourc