linux-initrd: Add initial support for F2FS.
* gnu/system/linux-initrd.scm (file-system-type-modules): Add f2fs module. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									23b37c3d40
								
							
						
					
					
						commit
						27efeef306
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -275,6 +275,7 @@ FILE-SYSTEMS." | ||||||
|                     ("btrfs" => '("btrfs")) |                     ("btrfs" => '("btrfs")) | ||||||
|                     ("iso9660" => '("isofs")) |                     ("iso9660" => '("isofs")) | ||||||
|                     ("jfs" => '("jfs")) |                     ("jfs" => '("jfs")) | ||||||
|  |                     ("f2fs" => '("f2fs" "crc32_generic")) | ||||||
|                     (else '()))) |                     (else '()))) | ||||||
| 
 | 
 | ||||||
| (define (file-system-modules file-systems) | (define (file-system-modules file-systems) | ||||||
|  |  | ||||||
		Reference in a new issue