]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/user-record-show.c
Implement --luks-sector-size for homed
[thirdparty/systemd.git] / src / shared / user-record-show.c
index 4e46a2fe3fbad1be0bd42616612ec49bf6b94097..e89c0de1207968b7b24a5d1a94dfde26b6a219de 100644 (file)
@@ -321,6 +321,8 @@ void user_record_show(UserRecord *hr, bool show_full_group_info) {
 
                 if (hr->luks_pbkdf_parallel_threads != UINT64_MAX)
                         printf("PBKDF Thread: %" PRIu64 "\n", hr->luks_pbkdf_parallel_threads);
+                if (hr->luks_sector_size != UINT64_MAX)
+                        printf(" Sector Size: %" PRIu64 "\n", hr->luks_sector_size);
 
         } else if (storage == USER_CIFS) {