diff options
author | rscott <none@none> | 2007-01-22 20:18:41 -0800 |
---|---|---|
committer | rscott <none@none> | 2007-01-22 20:18:41 -0800 |
commit | 0d69385cb7ad4279382815d1771fb178793e16dc (patch) | |
tree | c70f11c2a09e8a9d2ec2da9942d615e9fcc53ea8 /usr/src/cmd/boot/bootadm/message.h | |
parent | 9a411307f0d1eedbc81618ec290e0685284d8a2b (diff) | |
download | illumos-gate-0d69385cb7ad4279382815d1771fb178793e16dc.tar.gz |
6512864 cleanup needed in dboot's bootadm/bfuonnv_57
Diffstat (limited to 'usr/src/cmd/boot/bootadm/message.h')
-rw-r--r-- | usr/src/cmd/boot/bootadm/message.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/src/cmd/boot/bootadm/message.h b/usr/src/cmd/boot/bootadm/message.h index f393940439..4b3845adb0 100644 --- a/usr/src/cmd/boot/bootadm/message.h +++ b/usr/src/cmd/boot/bootadm/message.h @@ -332,30 +332,30 @@ the failsafe archive unbootable\n") #define NOT_DBOOT \ gettext("bootadm set-menu %s may only be run on directboot kernels.\n") -#define DEFAULT_NOT_BAM \ -gettext("Default menu.lst entry is not controlled by bootadm. Exiting\n") +#define DEFAULT_NOT_BAM gettext( \ +"Default /boot/grub/menu.lst entry is not controlled by bootadm. Exiting\n") #define NO_KERNEL_MATCH \ gettext("Unexpected kernel command on line %d.\n\ -** YOU MUST MANUALLY CORRECT menu.lst BEFORE REBOOT! **\n\ +** YOU MUST MANUALLY CORRECT /boot/grub/menu.lst BEFORE REBOOT! **\n\ For details, see %s\n") #define NO_MODULE_MATCH \ gettext("Unexpected module command on line %d.\n\ -** YOU MUST MANUALLY CORRECT menu.lst BEFORE REBOOT! **\n\ +** YOU MUST MANUALLY CORRECT /boot/grub/menu.lst BEFORE REBOOT! **\n\ For details, see %s\n") #define NO_KERNELS_FOUND \ gettext("Could not find any kernel lines to update. Only entries created by\n\ bootadm(1M) and lu(1M) can be updated. All other must be manually changed.\n\ -** YOU MUST MANUALLY CORRECT menu.lst BEFORE REBOOT! **\n\ +** YOU MUST MANUALLY CORRECT /boot/grub/menu.lst BEFORE REBOOT! **\n\ For details on updating entries, see %s\n") #define HAND_ADDED_ENTRY \ gettext("On upgrades, bootadm(1M) will only upgrade entries added by\n\ -bootadm(1M) or lu(1M). The following entry or entries in menu.lst will\n\ -not be upgraded. For details on updating entries, see\n\ -%s\n") +bootadm(1M) or lu(1M). The following entry or entries in\n\ +/boot/grub/menu.lst will not be upgraded. For details on updating entries,\n\ +see %s\n") #define NOT_ELF_FILE gettext("%s is not an ELF file.\n") |