On 02/04/2026 at 16:22, Marc Haber wrote:
On Thu, Apr 02, 2026 at 03:52:42PM +0200, Pascal Hambourg wrote:
The installer itself does not need swap, but if swap is created for
the target system then some installer components may need it to be
activated in order to properly configure the target system. For
example base-installer/bootstrap-base gets active swaps from /proc/
swaps to configure the resume device for the initramfs.
/proc/swaps does only contain the headings if no swap is configured.
base-installer/bootstrap-base should not try to configure resume in that
case
It sets resume=none if no swap is active.
I'm just warning that IF you created a swap during partitioning AND want
to use hibernation, then the swap should be activated during the
installation.