diff options
author | Michael Janczyk | 2008-03-27 18:03:55 +0100 |
---|---|---|
committer | Michael Janczyk | 2008-03-27 18:03:55 +0100 |
commit | c732cc5cd3b18c13908deb1dfdc0343fd4135a2f (patch) | |
tree | 49d07c319c0da61b56b61923f8db3bf279f399e9 /Makefile | |
parent | * Changed check of syscall from die() to warn() in order to let the caller (diff) | |
download | core-c732cc5cd3b18c13908deb1dfdc0343fd4135a2f.tar.gz core-c732cc5cd3b18c13908deb1dfdc0343fd4135a2f.tar.xz core-c732cc5cd3b18c13908deb1dfdc0343fd4135a2f.zip |
New plugin concept: Default theme and splashy binaries moved to plugin. Makefile modified: removed copy of splashy, theme dir shouldn't be copied either after display theme and pxe theme have been moved as well. Added support of own themes in config-path/plugins/bootsplash/themes. New init-hooks added, not really necessary. A few cosmetic corrections ->styleguide
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1702 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -142,7 +142,6 @@ supported."; \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \ - -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools \ -p $(SLX_BUILD_PATH)$(SLX_PRIVATE_PATH)/config/default/initramfs \ @@ -204,7 +203,6 @@ supported."; \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \ cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \ - cp -p tools/splashy{,_update} $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy/; \ cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \ cd initramfs/tpm; tar --exclude=.svn -cp * | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm/; \ |