]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/data/yaboot-rh8-ppc64.conf
test/parser: Add yaboot test from a ppc64 RH8 machine
[petitboot] / test / parser / data / yaboot-rh8-ppc64.conf
diff --git a/test/parser/data/yaboot-rh8-ppc64.conf b/test/parser/data/yaboot-rh8-ppc64.conf
new file mode 100644 (file)
index 0000000..dc1a82e
--- /dev/null
@@ -0,0 +1,10 @@
+boot=/dev/sdb1
+timeout = 100
+default = linux
+
+image = /boot/vmlinuz-1.0-20121219-1
+       label = linux
+       initrd = /boot/initrd-1.0-20121219-1.img
+       root = /dev/sdb2
+       append = " root=/dev/sdb2 ro crashkernel=auto rd_NO_LUKS rd_NO_MD console=hvc0 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 LANG=en_US.utf8 rd_NO_LVM rd_NO_DM selinux=0 rootfsmode=ro"
+