mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 01:18:10 +00:00 
			
		
		
		
	Solved variable bug
This commit is contained in:
		@@ -47,7 +47,7 @@ make_working_folder(){
 | 
			
		||||
set_root_variables(){
 | 
			
		||||
  info "Setting root variables..." &&
 | 
			
		||||
  root_partition_uuid=$(blkid "$root_partition_path" -s UUID -o value) &&
 | 
			
		||||
  boot_partition_uuid=$(blkid "$boot_partition_uuid" -s UUID -o value) &&
 | 
			
		||||
  boot_partition_uuid=$(blkid "$boot_partition_path" -s UUID -o value) &&
 | 
			
		||||
  root_mapper_name="arch-root-$root_partition_uuid" &&
 | 
			
		||||
  root_mapper_path="/dev/mapper/$root_mapper_name" || error
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user