mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-22 07:01:03 +01:00
Solved deprecation
This commit is contained in:
parent
9e3e1e5232
commit
594a69f115
@ -184,7 +184,7 @@ if [ "$transfer_image" = "y" ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
info "Format root partition..." &&
|
info "Format root partition..." &&
|
||||||
mkfs -t "$root_filesystem" "$root_mapper_path" || error
|
"mkfs.$root_filesystem" "$root_mapper_path" || error
|
||||||
mount_partitions;
|
mount_partitions;
|
||||||
|
|
||||||
info "Root files will be transfered to device..." &&
|
info "Root files will be transfered to device..." &&
|
||||||
|
Loading…
Reference in New Issue
Block a user