aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2014-06-26 12:13:59 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2014-06-26 12:13:59 +0530
commite748fc4a37d8c123ee1852815bdba88b1d7df5e7 (patch)
treea1181d0556f365bc60765d01203097834592b254
parent6180178869e65de2d666609d1b9a050e20d09edc (diff)
downloadSLOF-e748fc4a37d8c123ee1852815bdba88b1d7df5e7.zip
SLOF-e748fc4a37d8c123ee1852815bdba88b1d7df5e7.tar.gz
SLOF-e748fc4a37d8c123ee1852815bdba88b1d7df5e7.tar.bz2
Quieten the grub warning
Replace the warning with code comment Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
-rw-r--r--slof/fs/client.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/client.fs b/slof/fs/client.fs
index c80887b..1b2bb03 100644
--- a/slof/fs/client.fs
+++ b/slof/fs/client.fs
@@ -122,7 +122,7 @@ ALSO client-voc DEFINITIONS
." ci: finddevice " 2dup type cr
THEN
2dup " /memory" str= IF
- ." * finddevice /memory grub workaround *" cr
+ \ Workaround: grub passes /memory instead of /memory@0
2drop
" /memory@0"
THEN