file-systems: Expound '%pseudo-file-system-types'.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * gnu/system/file-systems.scm (%pseudo-file-system-types): Add "debugfs", "efivarfs", "hugetlbfs", "overlay", and "securityfs".
This commit is contained in:
		
							parent
							
								
									8bcda205f5
								
							
						
					
					
						commit
						df1eaffc36
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -207,8 +207,8 @@ TARGET in the other system."
 | 
				
			||||||
(define %pseudo-file-system-types
 | 
					(define %pseudo-file-system-types
 | 
				
			||||||
  ;; List of know pseudo file system types.  This is used when validating file
 | 
					  ;; List of know pseudo file system types.  This is used when validating file
 | 
				
			||||||
  ;; system definitions.
 | 
					  ;; system definitions.
 | 
				
			||||||
  '("binfmt_misc" "cgroup" "devpts" "devtmpfs" "fusectl"
 | 
					  '("binfmt_misc" "cgroup" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
 | 
				
			||||||
    "proc" "sysfs" "tmpfs"))
 | 
					    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define %fuse-control-file-system
 | 
					(define %fuse-control-file-system
 | 
				
			||||||
  ;; Control file system for Linux' file systems in user-space (FUSE).
 | 
					  ;; Control file system for Linux' file systems in user-space (FUSE).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue