1
0
Fork 0

add file-system f2fs support to initramfs

This commit is contained in:
Pratham Patel 2023-08-28 15:14:16 +05:30
parent 81f2e0b397
commit 5d6af54ab3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# Needed for https://github.com/NixOS/nixpkgs/issues/58959
supportedFilesystems = lib.mkForce [
"ext4"
"f2fs"
"vfat"
"xfs"
"zfs"