diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-13 16:45:00 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-13 16:45:00 +0000 |
| commit | 557f299a512559375e9100e3ce9a9925badc191d (patch) | |
| tree | 17edac04c96de369a434ae3e06a58a9c3309cce9 /usr.sbin | |
| parent | 224b4c7715bb85ab526c5cbd46327144c5d05e86 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/label.c | 10 | ||||
| -rw-r--r-- | 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"); |
