diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 6f985e0..1a7f909 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -197,7 +197,7 @@ if [ "$transfer_image" = "y" ] fi info "Format root partition..." && - "mkfs.$root_filesystem" "$root_mapper_path" || error + "mkfs.$root_filesystem" -f "$root_mapper_path" || error mount_partitions; info "Root files will be transfered to device..." &&