usr/src/grub/grub-0.95/stage2/common.c
changeset 3912 f6891a60bd72
parent 2215 59eeb39bebe2
child 6423 437422a29d3a
--- a/usr/src/grub/grub-0.95/stage2/common.c	Wed Mar 28 12:00:22 2007 -0700
+++ b/usr/src/grub/grub-0.95/stage2/common.c	Wed Mar 28 12:48:13 2007 -0700
@@ -92,7 +92,9 @@
   [ERR_UNRECOGNIZED] = "Unrecognized command",
   [ERR_WONT_FIT] = "Selected item cannot fit into memory",
   [ERR_WRITE] = "Disk write error",
-  [ERR_BAD_GZIP_CRC] = "Incorrect gunzip CRC checksum"
+  [ERR_BAD_GZIP_CRC] = "Incorrect gunzip CRC checksum",
+  [ERR_FILESYSTEM_NOT_FOUND] = "File System not found"
+    /* this zfs file system is not found in the pool of the device */
 };