| Submitter | Geoff Levand |
|---|---|
| Date | March 25, 2009, 10:36 p.m. |
| Message ID | <20090325223547.779508597@am.sony.com>> |
| Download | mbox | patch |
| Permalink | /patch/25120/ |
| State | Accepted |
| Headers | show |
Comments
Patch
--- /dev/null +++ b/test/parser/103/ps3da1/etc/kboot.conf @@ -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' +
Add a kboot parser test for network URLs. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> --- test/parser/103/ps3da1/etc/kboot.conf | 7 +++++++ 1 file changed, 7 insertions(+)