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")) | ||||
|                     ("iso9660" => '("isofs")) | ||||
|                     ("jfs" => '("jfs")) | ||||
|                     ("f2fs" => '("f2fs" "crc32_generic")) | ||||
|                     (else '()))) | ||||
| 
 | ||||
| (define (file-system-modules file-systems) | ||||
|  |  | |||
		Reference in a new issue