bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-05-20 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Mekeor Melire skribis: > >> (kernel-arguments >> (cons* >> "resume=/dev/mapper/cryptroot" > > Ooh, got it, that’s the part I got wrong. > > Thanks to the two of your for explaining! > > How about this change: I finally pushed a simpler change as commit

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-20 Thread Ludovic Courtès
Hi, Mekeor Melire skribis: > (kernel-arguments > (cons* > "resume=/dev/mapper/cryptroot" Ooh, got it, that’s the part I got wrong. Thanks to the two of your for explaining! How about this change: diff --git a/doc/guix.texi b/doc/guix.texi index adb1975935..817b336654 100644 ---

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-08 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Ludo, Ludovic Courtès writes: > Hello! > > Since my laptop’s battery died, I set up suspend-to-disk as documented > in the manual (info "(guix) Swap Space"). I use a swap file on top of > my LUKS-encrypted root partition, so I added: > > "resume=/swap" > "resume_offset=OFFSET" > >

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-07 Thread Mekeor Melire
2023-04-07 14:42 l...@gnu.org: Since my laptop’s battery died, I set up suspend-to-disk as documented in the manual (info "(guix) Swap Space"). I use a swap file on top of my LUKS-encrypted root partition, so I added: "resume=/swap" "resume_offset=OFFSET" I use the following

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-07 Thread Ludovic Courtès
Hello! Since my laptop’s battery died, I set up suspend-to-disk as documented in the manual (info "(guix) Swap Space"). I use a swap file on top of my LUKS-encrypted root partition, so I added: "resume=/swap" "resume_offset=OFFSET" to my ‘kernel-arguments’ field, where OFFSET is