Revert "Corrected filesystem.toml to correctly soft-link folders in /usr to folders in / so as to avoid infinite recursiong with 'ls -lR /' as per https://github.com/redox-os/redox/issues/1102"
This reverts commit 7676faaf98.
			
			
This commit is contained in:
		
							parent
							
								
									7676faaf98
								
							
						
					
					
						commit
						d7e5552be5
					
				
					 1 changed files with 2 additions and 28 deletions
				
			
		| 
						 | 
					@ -175,32 +175,6 @@ Welcome to Redox OS!
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
path = "/usr/bin"
 | 
					path = "/usr"
 | 
				
			||||||
data = "/bin"
 | 
					data = "/"
 | 
				
			||||||
symlink = true
 | 
					symlink = true
 | 
				
			||||||
 | 
					 | 
				
			||||||
[[files]]
 | 
					 | 
				
			||||||
path = "/usr/sbin"
 | 
					 | 
				
			||||||
data = "/sbin"
 | 
					 | 
				
			||||||
symlink = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[files]]
 | 
					 | 
				
			||||||
path = "/usr/var"
 | 
					 | 
				
			||||||
data = "/var"
 | 
					 | 
				
			||||||
symlink = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[files]]
 | 
					 | 
				
			||||||
path = "/usr/share"
 | 
					 | 
				
			||||||
data = "/share"
 | 
					 | 
				
			||||||
symlink = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[files]]
 | 
					 | 
				
			||||||
path = "/usr/include"
 | 
					 | 
				
			||||||
data = "/include"
 | 
					 | 
				
			||||||
symlink = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[files]]
 | 
					 | 
				
			||||||
path = "/usr/lib"
 | 
					 | 
				
			||||||
data = "/lib"
 | 
					 | 
				
			||||||
symlink = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue