Version 1.0.0 release! Added some type codes and the -O/--print-mbr
option for sgdisk.
diff --git a/diskio-unix.cc b/diskio-unix.cc
index 388a04d..7be0bbe 100644
--- a/diskio-unix.cc
+++ b/diskio-unix.cc
@@ -253,7 +253,8 @@
i = ioctl(fd, BLKRRPART);
if (i) {
cout << "Warning: The kernel is still using the old partition table.\n"
- << "The new table will be used at the next reboot.\n";
+ << "The new table will be used at the next reboot or after you\n"
+ << "run partprobe(8) or kpartx(8)\n";
} else {
retval = 1;
} // if/else