From 557f299a512559375e9100e3ce9a9925badc191d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 13 Jul 2001 16:45:00 +0000 Subject: [PATCH] Tweak the Alpha partition warning wording and comment a little. --- usr.sbin/sade/label.c | 10 +++++----- usr.sbin/sysinstall/label.c | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 465e0198a8d6..5404541eb2ca 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -968,7 +968,7 @@ diskLabel(Device *dev) #ifdef __alpha__ /* - * The boot blocks require that the root partition is at the + * SRM requires that the root partition is at the * begining of the disk and cannot boot otherwise. * Warn Alpha users if they are about to shoot themselves in * the foot in this way. @@ -977,10 +977,10 @@ diskLabel(Device *dev) * check for a "close to 0" instead. :-( */ if ((flags & CHUNK_IS_ROOT) && (tmp->offset > 1024)) { - msgConfirm("Your root partition (a) does not seem to be the first\n" - "partition. The Alpha can only boot from the first partition,\n" - "so it is unlikely that your current disk layout will\n" - "be bootable boot after installation.\n" + msgConfirm("Your root partition `a' does not seem to be the first\n" + "partition. The Alpha's firmware can only boot from the\n" + "first partition. So it is unlikely that your current\n" + "disk layout will be bootable boot after installation.\n" "\n" "Please allocate the root partition before allocating\n" "any others.\n"); diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 465e0198a8d6..5404541eb2ca 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -968,7 +968,7 @@ diskLabel(Device *dev) #ifdef __alpha__ /* - * The boot blocks require that the root partition is at the + * SRM requires that the root partition is at the * begining of the disk and cannot boot otherwise. * Warn Alpha users if they are about to shoot themselves in * the foot in this way. @@ -977,10 +977,10 @@ diskLabel(Device *dev) * check for a "close to 0" instead. :-( */ if ((flags & CHUNK_IS_ROOT) && (tmp->offset > 1024)) { - msgConfirm("Your root partition (a) does not seem to be the first\n" - "partition. The Alpha can only boot from the first partition,\n" - "so it is unlikely that your current disk layout will\n" - "be bootable boot after installation.\n" + msgConfirm("Your root partition `a' does not seem to be the first\n" + "partition. The Alpha's firmware can only boot from the\n" + "first partition. So it is unlikely that your current\n" + "disk layout will be bootable boot after installation.\n" "\n" "Please allocate the root partition before allocating\n" "any others.\n");