Signed-off-by: Francesco Cosoleto <cosoleto@xxxxxxxxx> --- fdisk/fdisk.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index 249de71..135d118 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -3079,7 +3079,12 @@ main(int argc, char **argv) { gpt_warning(disk_device); get_boot(fdisk); + fprintf(stderr, _("Welcome to fdisk (%s).\n\n" + "Changes will remain in memory only, until you decide to write them.\n" + "Be careful before using the write command.\n"), PACKAGE_STRING); + if (disklabel == OSF_LABEL) { + putchar('\n'); /* OSF label, and no DOS label */ printf(_("Detected an OSF/1 disklabel on %s, entering " "disklabel mode.\n"), @@ -3089,10 +3094,6 @@ main(int argc, char **argv) { disklabel = DOS_LABEL; } - fprintf(stderr, _("Welcome to fdisk (%s).\n\n" - "Changes will remain in memory only, until you decide to write them.\n" - "Be careful before using the write command.\n"), PACKAGE_STRING); - while (1) { putchar('\n'); c = tolower(read_char(_("Command (m for help): "))); -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html