]> git.ozlabs.org Git - petitboot/commitdiff
Kboot parser URL test
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 25 Mar 2009 12:36:01 +0000 (12:36 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 30 Mar 2009 09:20:20 +0000 (20:20 +1100)
Add a kboot parser test for network URLs.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
test/parser/103/ps3da1/etc/kboot.conf [new file with mode: 0644]

diff --git a/test/parser/103/ps3da1/etc/kboot.conf b/test/parser/103/ps3da1/etc/kboot.conf
new file mode 100644 (file)
index 0000000..3f8f15c
--- /dev/null
@@ -0,0 +1,7 @@
+default=tftp_nfs_1080p
+timeout=120
+
+tftp='tftp://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p'
+nfs='nfs://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p fbcon=rotate:3'
+http_nfs='http://192.168.0.5/ice/boot/vmlinux.strip nfs://192.168.0.5/ice/boot/initrd root=/dev/nfs'
+