summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteffen Winterfeldt <wfeldt@opensuse.org>2009-07-08 12:02:59 +0200
committerSteffen Winterfeldt <wfeldt@opensuse.org>2009-07-08 12:02:59 +0200
commit50546c463b7c66d124095e0fa0a46db49574692a (patch)
treeda44444368b17d697806eac363629da26be89d87 /test
parentec8497fe286dcaf579836e1ce7808dace8d2ce34 (diff)
- improved gfxtest script; removed old test script
- added --version option to gfxboot
Diffstat (limited to 'test')
-rw-r--r--test/cdrom/gfxtest.config15
-rw-r--r--test/grub/gfxtest.config13
-rw-r--r--test/lilo/gfxtest.config13
-rw-r--r--test/syslinux/gfxtest.config15
4 files changed, 55 insertions, 1 deletions
diff --git a/test/cdrom/gfxtest.config b/test/cdrom/gfxtest.config
index 931cfe5..2590441 100644
--- a/test/cdrom/gfxtest.config
+++ b/test/cdrom/gfxtest.config
@@ -1,2 +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=cdrom
+
+# setup function name in 'gfxtest' script
+setup=isolinux
+
+# list of files to remove in bootloader directory
+rm_files=""
+
+# additional 'gfxboot' args
+args=""
+
diff --git a/test/grub/gfxtest.config b/test/grub/gfxtest.config
index 76d6c0d..639f8af 100644
--- a/test/grub/gfxtest.config
+++ b/test/grub/gfxtest.config
@@ -1,2 +1,15 @@
+# all files in this directory ex this config file are added
+# to the bootloader directory
+
+# archive file name in theme directory
archive=message
+
+# setup function name in 'gfxtest' script
setup=grub
+
+# list of files to remove in bootloader directory
+rm_files=""
+
+# additional 'gfxboot' args
+args=""
+
diff --git a/test/lilo/gfxtest.config b/test/lilo/gfxtest.config
index dd51439..e03ab6e 100644
--- a/test/lilo/gfxtest.config
+++ b/test/lilo/gfxtest.config
@@ -1,2 +1,15 @@
+# all files in this directory ex this config file are added
+# to the bootloader directory
+
+# archive file name in theme directory
archive=message
+
+# setup function name in 'gfxtest' script
setup=lilo
+
+# list of files to remove in bootloader directory
+rm_files=""
+
+# additional 'gfxboot' args
+args=""
+
diff --git a/test/syslinux/gfxtest.config b/test/syslinux/gfxtest.config
new file mode 100644
index 0000000..6b0aafc
--- /dev/null
+++ b/test/syslinux/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=syslinux
+
+# list of files to remove in bootloader directory
+rm_files=""
+
+# additional 'gfxboot' args
+args=""
+