mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Updated README.md
This commit is contained in:
		
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
								
							@@ -3,13 +3,24 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
 | 
					This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Virtual Btrfs RAID1 Setup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To setup a virtual btrfs encrypted raid 1 execute: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					  bash scripts/encryption/storage/raid1/setup.sh
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setup
 | 
					## Setup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To install a Linux distribution execute:
 | 
					To install a Linux distribution execute:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
  sudo bash ./scripts/image/setup.sh
 | 
					  sudo bash ./scripts/image/setup.sh
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Chroot
 | 
					## Chroot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To chroot into a Linux distribution on a storage execute:
 | 
					To chroot into a Linux distribution on a storage execute:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
@@ -17,6 +28,7 @@ To chroot into a Linux distribution on a storage execute:
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Backup
 | 
					## Backup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To backup a image execute:
 | 
					To backup a image execute:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
@@ -24,4 +36,5 @@ To backup a image execute:
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The ["GNU GENERAL PUBLIC LICENSE Version 3"](./LICENSE.txt) applies to this project.
 | 
					The ["GNU GENERAL PUBLIC LICENSE Version 3"](./LICENSE.txt) applies to this project.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user