Solved deprecation

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-04 13:08:52 +02:00
parent 9e3e1e5232
commit 594a69f115

View File

@ -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..." &&