diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-01-03 14:46:06 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-01-03 14:46:06 +1100 |
commit | dbacb44c0ebb587b5cfcbbf84c770502c217473a (patch) | |
tree | 43c0c9cf3df61c79f0f545ed496302a296122e27 /devices/parser-tests/002/ps3da1 | |
parent | 02aeee42aebbb3a7098b6e0fc570522f9d44de96 (diff) | |
download | talos-petitboot-dbacb44c0ebb587b5cfcbbf84c770502c217473a.tar.gz talos-petitboot-dbacb44c0ebb587b5cfcbbf84c770502c217473a.zip |
Move path maniuplation functions to devices/paths.c
This allows us to include the real functions in the parser testsuite,
instead of using fakes.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'devices/parser-tests/002/ps3da1')
-rw-r--r-- | devices/parser-tests/002/ps3da1/etc/yaboot.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devices/parser-tests/002/ps3da1/etc/yaboot.conf b/devices/parser-tests/002/ps3da1/etc/yaboot.conf new file mode 100644 index 0000000..f13b1b3 --- /dev/null +++ b/devices/parser-tests/002/ps3da1/etc/yaboot.conf @@ -0,0 +1,8 @@ +init-message = "\nWelcome to the 64-bit Yellow Dog Linux 5.0 installer!\nHit <TAB> for boot options.\n\n" +timeout=6000 +default=linux + +image=/ppc/ppc64/vmlinux + label=linux + initrd=/ppc/ppc64/ramdisk.image.gz + read-only |