base: Avoid pre‐creating loop devices

This commit is contained in:
Mikael Voss 2024-08-12 19:41:28 +02:00
parent e16a1fc6d5
commit 84cf906369
No known key found for this signature in database

View file

@ -216,6 +216,7 @@ with lib.kernel;
ZRAM_DEF_COMP_ZSTD = yes;
ZRAM_WRITEBACK = yes;
BLK_DEV_LOOP = yes;
BLK_DEV_LOOP_MIN_COUNT = freeform "0";
NETDEVICES = yes;
NET_CORE = yes;