summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
Commit message (Collapse)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-021-253/+0Star
|
* changed to 50% ram for vbox and vmwareMichael Janczyk2010-08-221-7/+12
|
* reenable splashy and vesafb until plymouth worksMichael Janczyk2010-08-131-5/+5
|
* changed splashy plugin. vga make no sense any more, kdm is now default managerMichael Janczyk2010-08-111-4/+4
|
* Next step for early framebuffer, bootsplash ...Dirk von Suchodoletz2010-08-111-1/+1
|
* Typo ...Dirk von Suchodoletz2010-08-101-1/+1
|
* Trying on new bootsplash generation ... adding needed framebufferDirk von Suchodoletz2010-08-101-4/+4
| | | | modules to initramfs.
* No need to use the uclib-wrapper any more (see r3099).Dirk von Suchodoletz2009-08-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3100 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes/hints in plugins.Dirk von Suchodoletz2009-08-121-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3083 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix to bootsplash.pm ...Dirk von Suchodoletz2009-08-121-4/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3082 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes ...Dirk von Suchodoletz2009-08-121-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3080 95ad53e4-c205-0410-b2fa-d234c58c8868
* distroutils demo codeSebastian Schmelzer2009-08-111-0/+30
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3079 95ad53e4-c205-0410-b2fa-d234c58c8868
* Adding HPAs menu.c32 as it is mentioned in the wiki and several examplesDirk von Suchodoletz2009-08-111-0/+5
| | | | | | | ... (vesamenu.c32 is a good alternative but needs some more tweaking) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3077 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed splashy to use splashy_update with uclibc and LD_LIBRARY_PATH. Link ↵Michael Janczyk2009-02-181-6/+1Star
| | | | | | to /lib is added when a system is exported. Splashy still static, no dyn-version /w uclibc in the near future :( git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2607 95ad53e4-c205-0410-b2fa-d234c58c8868
* small bugfix, LD_PRELOAD or LD_LIBRARY_PATH does not seem to work :(Michael Janczyk2008-08-251-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2097 95ad53e4-c205-0410-b2fa-d234c58c8868
* first version of splashy_update with uClibc in stage4Michael Janczyk2008-08-251-0/+35
| | | | | | for tests git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2094 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed my last change, used wrong target path for splashy configOliver Tappe2008-04-071-2/+3
| | | | | | | * on behalf of Michael: splashy.stop now tries to remove itself during execution (untested) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1727 95ad53e4-c205-0410-b2fa-d234c58c8868
* * avoid use of temporary file in copyRequiredFilesIntoInitramfsOliver Tappe2008-04-071-20/+14Star
| | | | | | * minor cosmetics git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1726 95ad53e4-c205-0410-b2fa-d234c58c8868
* config.xml which sets splashy theme is now generated via demuxer. The theme ↵Michael Janczyk2008-04-071-2/+21
| | | | | | dir does only contain theme specific stuff now. Should be less confusing. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1725 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed debugging print which was accidentally left behind :)Michael Janczyk2008-03-271-1/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1703 95ad53e4-c205-0410-b2fa-d234c58c8868
* New plugin concept: Default theme and splashy binaries moved to plugin. ↵Michael Janczyk2008-03-271-5/+20
| | | | | | 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
* perl cosmetics and a shorter username entry for kdm, so the enter button ↵Michael Janczyk2008-03-261-2/+2
| | | | | | isn't beneath it. Dirk didn't like it :(. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1695 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'precedence'-attribute and made it part of the general plugin info -Oliver Tappe2008-03-241-11/+1Star
| | | | | | it makes no sense to have this configurable by the user git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1682 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed attr applies_to_client=1 for active and themeMichael Janczyk2008-03-201-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1664 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-201-111/+111
| | | | | | May need some manual corrections here and there, but should basically be ok. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1658 95ad53e4-c205-0410-b2fa-d234c58c8868
* added 2. part of theme plugin, has still to be modified. Michael Janczyk2008-03-111-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1618 95ad53e4-c205-0410-b2fa-d234c58c8868
* firts part.Michael Janczyk2008-03-111-0/+161
split of theme plugin into bootsplash plugin and displaymanager plugin, both including config files,... and setting theme git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1617 95ad53e4-c205-0410-b2fa-d234c58c8868