Skip to content

fng:install: Fix format_user_partition for partition without fs

Tobias Poganiuch requested to merge fix_fnginstall_user into kirkstone

If the user partition was just created, no filesystem is present on it. This led to an abort of the installation, because the filesystem check failed. We now assume a newly created partition if the PART_USER variable is set, but no filesystem was found.

Merge request reports