diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 9635a16..6f74a9e 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -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..." &&