fix: add exfat support for idols-ai

This commit is contained in:
Ryan Yin
2024-05-15 20:49:51 +08:00
parent af88851772
commit 82dccbdeca
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"ntfs" "ntfs"
"fat" "fat"
"vfat" "vfat"
"exfat"
]; ];
# clear /tmp on boot to get a stateless /tmp directory. # clear /tmp on boot to get a stateless /tmp directory.

View File

@@ -40,6 +40,7 @@
"ntfs" "ntfs"
"fat" "fat"
"vfat" "vfat"
"exfat"
]; ];
boot.initrd = { boot.initrd = {