mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Forced btrfs
This commit is contained in:
		@@ -197,7 +197,7 @@ if [ "$transfer_image" = "y" ]
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
        info "Format root partition..." &&
 | 
			
		||||
        "mkfs.$root_filesystem" "$root_mapper_path" || error
 | 
			
		||||
        "mkfs.$root_filesystem" -f "$root_mapper_path" || error
 | 
			
		||||
        mount_partitions;
 | 
			
		||||
 | 
			
		||||
        info "Root files will be transfered to device..." &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user