| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1735 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
| |
start with
a capital letter followed by all lowercase (Debian, Fedora, Gentoo, Suse, Ubuntu)
* refactored loading of distro modules into a separate function (loadDistroModule()
in Basics.pm)
* finished support to logging to a file in syslog plugin
* worked at desktop plugin (still not working, though)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1721 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
meta-packager
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1683 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
definition",
implemented by the new ScopedResource class. This change improves robustness
with respect to signals and unexpected errors and makes the code cleaner.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1678 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
(now
the actual error should be shown)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1663 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1660 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
a given hash and simplified the implementation
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1654 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
attributes and most of the desktop framework is implemented. Although we
have made good progress, we are not quite there yet, i.e. the desktop plugin
gets the correct attributes into stage3, but it still does not work: kdm
gets started although gdm should be run.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1650 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1647 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
with extended scope) - does not work yet, so please do not use!
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1634 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
installed
into a vendor-OS.
* an update of the slxos-plugin documentation is still missing (coming soon ;-)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1633 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
can be used to get info about the vendor-OS and distro, install/uninstall
packages, download files (and more stuff to come).
* Adjusted OSSetup::Engine and OSSetup::MetaPackager to the demands of the
new support interface.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1580 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
| |
+ dropped pre- and post-methods as they are not really needed, since ...
+ we now bind-mount /opt/openslx into /mnt/openslx of the vendor-OS chroot,
so plugins can copy any required files from there
* cleaned up existing plugin implementations
* improved documentation for plugin developers (available via
'perldoc os-plugins/OpenSLX/OSPlugins/Base.pm').
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1570 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
perl module, it is now simply skipped (such that all other plugins are
still available).
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1569 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
specific vendor-OS
* several small fixes and improvements
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1558 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The code for setting up the plugin in the initramfs has been moved into
the plugin base, as this makes it possible for any plugin to override it
(should the need ever arise).
* The plugin scripts themselves are now being copied into the initramfs,
instead of being part of the config-TGZ - they are static scripts, so
there's no need to make them part of the config. Only the actual settings
of each plugin are part of the config-TGZ now.
* Cleaned up most accesses from plugins to private data of the makeInitRamFS-
engine.
I have tested with these changes with Ubuntu and Debian, and splashy still works
for both, so it should be ok.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1551 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1541 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
* used this new functionality in the theme and vmware plugins to suggest
the kernel modules they need (this should fix showing the console in ubuntu)
* added distro-specific kernel module filtering, such that there no longer are
the spurious warnings about 'hid', 'unix' and/or 'af_packet' not being found
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1540 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
* the theme plugin now suggests the use of the kernel-params 'vga=0x317' and
'quiet' unless they have already been set [these values should be moved
into the DB later, such that the user can change them (i.e. to set a
different resolution via vga=...)].
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1532 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
* added support to new-style initramfs generator for integrating the
active plugins into the initramfs
With these fixes, I have been able to boot a cloned suse-10.2 into KDM
with both bootsplash- and displaymanager-theme working.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1510 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
naming and other recent discussions of user interface.
* adjusted and simplified code to the fact that plugins are now named
in all lowercase
* slxos-plugin --verbose list now shows description for each plugin and
a list of supported attributes
* fixed some outstanding issues with respect to lowercasing of plugin names
* Separated theme::name into theme::splash, theme::displaymanager and
theme::desktop, leading to DB-schema 0.24.
Please note that although these attributes exist, currently only
theme::splash is being used (the new ones will be used by the reimplemented
mkdxsinitrd)
* moved some information gathering from OSPlugin::Engine into OSPlugin::Roster,
where it belongs
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1500 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
by the config-demuxer
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1452 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
from core or plugins) into the default system
* reworked the way plugins pass out their attribute info
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1451 95ad53e4-c205-0410-b2fa-d234c58c8868
|
|
|
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1221 95ad53e4-c205-0410-b2fa-d234c58c8868
|