mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			364 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			364 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Root file system. This is a fake entry which gets ignored by `mount -a`;
 | |
| # the actual logic for mounting root is in the kernel.
 | |
| /dev/hda	/	ext2	nodev,nosuid
 | |
| # Remount /bin and /dev while adding the appropriate permissions.
 | |
| /dev	/dev	bind	bind,nosuid
 | |
| /bin	/bin	bind	bind,nodev
 | |
| 
 | |
| none	/proc	proc	nosuid
 | |
| none	/dev/pts	devpts	noexec,nosuid
 | |
| none	/tmp	tmp	nodev,nosuid
 | 
