diff options
-rw-r--r-- | blkid.c | 2 | ||||
-rw-r--r-- | changelog | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -46,7 +46,7 @@ read_id(const char *dev) return 1; } - printf("%" PRIx8 "%" PRIx8 "%" PRIx8 "%" PRIx8 "\n", + printf("%02" PRIx8 "%02" PRIx8 "%02" PRIx8 "%02" PRIx8 "\n", id[3], id[2], id[1], id[0]); fclose(fp); @@ -1,3 +1,11 @@ +lilo (24.2-3) trunk + + * Fix field widths in the output of the "/usr/libexec/lilo/blkid" + utility, which in turn fixes the "root=PARTUUID=" option on Linux's + command line. + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 17 Dec 2020 12:48:17 -0500 + lilo (24.2-2) trunk * Use an included "/usr/libexec/lilo/blkid" utility instead of "od" to |