summaryrefslogtreecommitdiff
path: root/usr/src/cmd/boot/installgrub/message.h
diff options
context:
space:
mode:
authorjmcp <James.McPherson@Sun.COM>2009-09-14 23:39:39 -0700
committerjmcp <James.McPherson@Sun.COM>2009-09-14 23:39:39 -0700
commit7d87efa8fdfb9453670f2832df666fdae8291a84 (patch)
tree3903783b5474d050644204ca9fcbc1d25673ebec /usr/src/cmd/boot/installgrub/message.h
parentd58d6067b4e8b9207c4b06986154e531009cfc4c (diff)
downloadillumos-joyent-7d87efa8fdfb9453670f2832df666fdae8291a84.tar.gz
backout 6841893: breaks sparc build
backout 6839215: breaks sparc build backout 6880217: breaks sparc build
Diffstat (limited to 'usr/src/cmd/boot/installgrub/message.h')
-rw-r--r--usr/src/cmd/boot/installgrub/message.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/usr/src/cmd/boot/installgrub/message.h b/usr/src/cmd/boot/installgrub/message.h
index 8bc491f71c..594a7da1a1 100644
--- a/usr/src/cmd/boot/installgrub/message.h
+++ b/usr/src/cmd/boot/installgrub/message.h
@@ -34,20 +34,13 @@ extern "C" {
#define DRY_RUN gettext("dry run--nothing will be written to disk\n")
-#define NOSOLPAR \
- gettext("Solaris partition not found. Aborting operation.\n")
+#define BOOTPAR gettext("Solaris partition not found. Abort operation.\n")
-#define NOBOOTPAR \
- gettext("Solaris x86 boot partition not found. Aborting operation.\n")
-
-#define SOLPAR_INACTIVE gettext("Solaris fdisk partition is inactive.\n")
+#define BOOTPAR_INACTIVE gettext("Solaris boot partition inactive.\n")
#define BOOTPAR_NOTFOUND \
gettext("Solaris boot partition not found on %s\n")
-#define EXTSOLPAR \
- gettext("Solaris in extended partition. -m (MBR) option required\n")
-
#define NOT_RAW_DEVICE gettext("device %s is not a char special device\n")
#define NOT_ROOT_SLICE gettext("raw device must be a root slice (not s2)\n")
@@ -119,8 +112,6 @@ extern "C" {
#define LIBFDISK_INIT_FAIL gettext("Failed to initialize libfdisk.\n")
-
-
#ifdef __cplusplus
}
#endif