mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-11-21 01:36:34 +00:00
Refactored function echo_partition_name
This commit is contained in:
@@ -157,8 +157,8 @@ root_mount_path="$working_folder""root/"
|
||||
mkdir -v "$boot_mount_path"
|
||||
mkdir -v "$root_mount_path"
|
||||
|
||||
boot_partition_path=$(echo_partition_name $device_path "1")
|
||||
root_partition_path=$(echo_partition_name $device_path "2")
|
||||
boot_partition_path=$(echo_partition_name "1")
|
||||
root_partition_path=$(echo_partition_name "2")
|
||||
|
||||
mount_partitions(){
|
||||
info "Mount boot and root partition..."
|
||||
|
||||
Reference in New Issue
Block a user