summaryrefslogtreecommitdiffstats
path: root/test/parser/203/ps3da1/etc
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-03-25 12:36:00 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-30 20:20:17 +1100
commit094d0fdd3a62dd8c5f5e79a856385466d93ddc3a (patch)
treef2d67fed27b8a3b02bea8ad57475e0a9c3d71202 /test/parser/203/ps3da1/etc
parentfe7bfb4f2fa5b582be94409473130674b7d8687f (diff)
downloadtalos-petitboot-094d0fdd3a62dd8c5f5e79a856385466d93ddc3a.tar.gz
talos-petitboot-094d0fdd3a62dd8c5f5e79a856385466d93ddc3a.zip
Add more yaboot parser tests
Add yaboot.conf files from fedora, OpenSUSE, and a yaboot whitespace and comment test. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/203/ps3da1/etc')
-rw-r--r--test/parser/203/ps3da1/etc/yaboot.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/parser/203/ps3da1/etc/yaboot.conf b/test/parser/203/ps3da1/etc/yaboot.conf
new file mode 100644
index 0000000..57a2f0d
--- /dev/null
+++ b/test/parser/203/ps3da1/etc/yaboot.conf
@@ -0,0 +1,25 @@
+# from openSUSE
+
+message=yaboot.txt
+
+image[32bit]=inst32
+ label=install
+ append="quiet sysrq=1 insmod=sym53c8xx insmod=ipr "
+image[32bit]=inst32
+ label=slp
+ append="quiet sysrq=1 install=slp "
+image[32bit]=inst32
+ label=rescue
+ append="quiet sysrq=1 rescue=1 "
+
+
+image[64bit]=inst64
+ label=install
+ append="quiet sysrq=1 insmod=sym53c8xx insmod=ipr "
+image[64bit]=inst64
+ label=slp
+ append="quiet sysrq=1 install=slp "
+image[64bit]=inst64
+ label=rescue
+ append="quiet sysrq=1 rescue=1 "
+
OpenPOWER on IntegriCloud