summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/label.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-13 16:45:00 +0000
committerobrien <obrien@FreeBSD.org>2001-07-13 16:45:00 +0000
commitef89f431f1881652b00827f6313e66beceab856b (patch)
tree17edac04c96de369a434ae3e06a58a9c3309cce9 /usr.sbin/sade/label.c
parentdc28b4f284f6c821347ed7fac76b3a21414d8e95 (diff)
downloadFreeBSD-src-ef89f431f1881652b00827f6313e66beceab856b.zip
FreeBSD-src-ef89f431f1881652b00827f6313e66beceab856b.tar.gz
Tweak the Alpha partition warning wording and comment a little.
Diffstat (limited to 'usr.sbin/sade/label.c')
-rw-r--r--usr.sbin/sade/label.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c
index 465e019..5404541 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");
OpenPOWER on IntegriCloud