From 5acda3eaeabae9045609539303a8c12c4ce401f1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Apr 2016 12:01:08 +0200 Subject: merge with latest dev version --- core/modules/splash-openslx/README | 6 ++++++ core/modules/splash-openslx/data/etc/splash.ppm.gz | Bin 0 -> 11233 bytes core/modules/splash-openslx/module.build | 13 +++++++++++++ core/modules/splash-openslx/module.conf | 1 + 4 files changed, 20 insertions(+) create mode 100644 core/modules/splash-openslx/README create mode 100644 core/modules/splash-openslx/data/etc/splash.ppm.gz create mode 100644 core/modules/splash-openslx/module.build create mode 100644 core/modules/splash-openslx/module.conf (limited to 'core/modules/splash-openslx') diff --git a/core/modules/splash-openslx/README b/core/modules/splash-openslx/README new file mode 100644 index 00000000..6e186aa2 --- /dev/null +++ b/core/modules/splash-openslx/README @@ -0,0 +1,6 @@ +Howto: +To display the splash screen, you need to add this +module to your stage31 obviously, and also add +vga=current quiet splash +to your KCL. Feel free to copy this module +and replace the splash.ppm with your own. diff --git a/core/modules/splash-openslx/data/etc/splash.ppm.gz b/core/modules/splash-openslx/data/etc/splash.ppm.gz new file mode 100644 index 00000000..d30d44e2 Binary files /dev/null and b/core/modules/splash-openslx/data/etc/splash.ppm.gz differ diff --git a/core/modules/splash-openslx/module.build b/core/modules/splash-openslx/module.build new file mode 100644 index 00000000..ccb7c4e1 --- /dev/null +++ b/core/modules/splash-openslx/module.build @@ -0,0 +1,13 @@ + +fetch_source () { + : +} + +build () { + : +} + +post_copy() { + : +} + diff --git a/core/modules/splash-openslx/module.conf b/core/modules/splash-openslx/module.conf new file mode 100644 index 00000000..6778a258 --- /dev/null +++ b/core/modules/splash-openslx/module.conf @@ -0,0 +1 @@ +# (void) -- cgit v1.2.3-55-g7522