mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Solved variable bug
This commit is contained in:
parent
7566a2d8d8
commit
9e3e1e5232
@ -47,7 +47,7 @@ make_working_folder(){
|
|||||||
set_root_variables(){
|
set_root_variables(){
|
||||||
info "Setting root variables..." &&
|
info "Setting root variables..." &&
|
||||||
root_partition_uuid=$(blkid "$root_partition_path" -s UUID -o value) &&
|
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_name="arch-root-$root_partition_uuid" &&
|
||||||
root_mapper_path="/dev/mapper/$root_mapper_name" || error
|
root_mapper_path="/dev/mapper/$root_mapper_name" || error
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user