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