| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1681 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1674 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
be generated ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1673 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
a generic implementation in Distro/Base.pm - other distros may have to override
it]
* fixed several styleguide violations ;-)
* deactivated overly simplistic backup strategy that only works once
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1672 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
matched to the vendor-os (distro, version) it is installed into ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1671 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
itself and the needed files)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1670 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1667 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1662 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1661 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
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1638 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1637 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
| |
spaces for shell scripts, four for perl). There are some discussions
to needed, how to handle vmware setup and configuration (the default
one by the software vendor is not really appropriate for the
environment here ...)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1635 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
+ 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
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1567 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
* We won't build vmware modules in initramfs anymore. They will be on the system
anyway. This avoids also issues with depmod.
* Directory/URI of the images moved into the vmware plugin
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1565 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1554 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
* fixed tabs
* plugin includes now all needed files. they will get copied from the plugin dir
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1553 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
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Prepared vmware plugin for the new vm-chooser menu
* VMware plugin could now be broken. Currently untested.
* cleaned servconfig
* check if SuSE systems have /opt/gdm/... perhaps the GDM configuration
is broken. At least it suppresses an error.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1519 95ad53e4-c205-0410-b2fa-d234c58c8868
|
|
|
the attribute names
[missed VMware last time]
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1498 95ad53e4-c205-0410-b2fa-d234c58c8868
|