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 commit is contained in:
		
							parent
							
								
									d7e5552be5
								
							
						
					
					
						commit
						709ca99eae
					
				
					 1 changed files with 53 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -175,6 +175,57 @@ Welcome to Redox OS!
 | 
			
		|||
"""
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr"
 | 
			
		||||
data = "/"
 | 
			
		||||
path = "/usr/filesystem.toml"
 | 
			
		||||
data = "/filesystem.toml"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/bin"
 | 
			
		||||
data = "/bin"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/bootloader"
 | 
			
		||||
data = "/bootloader"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/etc"
 | 
			
		||||
data = "/etc"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/home"
 | 
			
		||||
data = "/home"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/kernel"
 | 
			
		||||
data = "/kernel"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/pkg"
 | 
			
		||||
data = "/pkg"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/ref"
 | 
			
		||||
data = "/ref"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/root"
 | 
			
		||||
data = "/root"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/tmp"
 | 
			
		||||
data = "/tmp"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/usr/ui"
 | 
			
		||||
data = "/ui"
 | 
			
		||||
symlink = true
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue