summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteffen Winterfeldt <wfeldt@opensuse.org>2009-10-29 12:41:33 +0100
committerSteffen Winterfeldt <wfeldt@opensuse.org>2009-10-29 12:41:33 +0100
commitdc867039ce072328d8510173f5bc873c85572136 (patch)
treeebb3f511da592bbca30541d3324b8e2a78c93577 /test
parentbaa845748ed3125986ff78631c183c6993db1aeb (diff)
- extend interface so it works with gfxboot.c32
Diffstat (limited to 'test')
-rw-r--r--test/c32/gfxtest.config15
-rw-r--r--test/c32_pxe/gfxtest.config15
2 files changed, 30 insertions, 0 deletions
diff --git a/test/c32/gfxtest.config b/test/c32/gfxtest.config
new file mode 100644
index 0000000..f043184
--- /dev/null
+++ b/test/c32/gfxtest.config
@@ -0,0 +1,15 @@
+# all files in this directory ex this config file are added
+# to the bootloader directory
+
+# archive file name in theme directory
+archive=bootlogo
+
+# setup function name in 'gfxtest' script
+setup=isolinux
+
+# list of files to remove in bootloader directory
+rm_files="gfxboot.com"
+
+# additional 'gfxboot' args
+args=""
+
diff --git a/test/c32_pxe/gfxtest.config b/test/c32_pxe/gfxtest.config
new file mode 100644
index 0000000..1749f57
--- /dev/null
+++ b/test/c32_pxe/gfxtest.config
@@ -0,0 +1,15 @@
+# all files in this directory ex this config file are added
+# to the bootloader directory
+
+# archive file name in theme directory
+archive=bootlogo
+
+# setup function name in 'gfxtest' script
+setup=pxelinux
+
+# list of files to remove in bootloader directory
+rm_files="gfxboot.com"
+
+# additional 'gfxboot' args
+args=""
+