diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-08 19:20:05 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-08 19:20:05 +1200 |
| commit | 18ee85b9efe6ab31db652e9a9f919603ca5edd4b (patch) | |
| tree | be6001831286c3de8e94e5b08f4b661a81cd92a8 /nix/linux_config | |
| parent | 0bc407c91f304edbccd75636de2f257043021893 (diff) | |
| download | yerbalinux-18ee85b9efe6ab31db652e9a9f919603ca5edd4b.tar.xz yerbalinux-18ee85b9efe6ab31db652e9a9f919603ca5edd4b.zip | |
Try to fix initramfs
Diffstat (limited to 'nix/linux_config')
| -rw-r--r-- | nix/linux_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/linux_config b/nix/linux_config index 5b2bf0f..aa9d8d8 100644 --- a/nix/linux_config +++ b/nix/linux_config @@ -4534,7 +4534,7 @@ CONFIG_QFMT_V2=y CONFIG_QUOTACTL=y CONFIG_AUTOFS_FS=y # CONFIG_FUSE_FS is not set -# CONFIG_OVERLAY_FS is not set +CONFIG_OVERLAY_FS=y # # Caches @@ -4609,6 +4609,7 @@ CONFIG_MISC_FILESYSTEMS=y # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_ZSTD=y # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set |
