summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs
Commit message (Collapse)AuthorAgeFilesLines
* * merged branch 'initramfs-ng' back intro trunk - requires careful testing ...Oliver Tappe2008-08-2040-2418/+460Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2055 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed all kdm/gdm/xdm and most of X configuration. Before altering these ↵Michael Janczyk2008-06-0214-807/+0Star
| | | | | | | | | | file this step should be testet, so that painfull merging can be avoided. The files in initramfs/distro-specs and initramfs/initrd-stuff should be cleaned. Maybe we should drop support for a few older systems and refer to an older revision. Dhclinet config should be altered or removed since we do not use it anymore. Udhcp should be the default. Example line 267 in initrd-stuff/etc/functions, begins with: "# create configuration file for dhclient." Removed obsolete theme plugin and the displaymanager themes from the themes dir in the repos. The themes (kdm/gdm) are located in the plugin dir anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1831 95ad53e4-c205-0410-b2fa-d234c58c8868
* Moving setup of client mode (variable desktop::kind) and displaymanagerDirk von Suchodoletz2008-03-166-0/+16
| | | | | | | | (variable desktop::manager) into the desktop plugin ... the old variables start_x and start_xdmcp are deprecated in the near future ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1636 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed gdm startupSebastian Schmelzer2008-03-054-0/+363
| | | | | | | | fixed too early getty startup added files for ubuntu 8.04 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1606 95ad53e4-c205-0410-b2fa-d234c58c8868
* Stuff for NFSv4 support, fix for correct configuration of vmware graphics ↵Dirk von Suchodoletz2008-02-262-4/+21
| | | | | | adaptor ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1574 95ad53e4-c205-0410-b2fa-d234c58c8868
* Der "console-kit-daemon" wird in der OpenSuSE10.3 auch noch benötigt (siehe ↵Dirk von Suchodoletz2008-02-261-0/+10
| | | | | | | | | #192), löst aber leider das Problem auch noch nicht ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1573 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Removed deprecated vmware configurationVolker Uhrig2008-02-219-266/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1567 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Cleaned out some deprecated vmware commandsVolker Uhrig2008-02-206-18/+0Star
| | | | | | | | | * 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
* Remove udev rules for eth* device (and other) modification (not correct for Dirk von Suchodoletz2008-02-164-35/+52
| | | | | | | | Debian yet, see #187). Fix for ubuntu syslog config writer (just creating empty config instead of using the installed one with missing files ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1549 95ad53e4-c205-0410-b2fa-d234c58c8868
* added D_SPLASHY variable to all systems, variable will be written in ↵Michael Janczyk2008-02-167-7/+7
| | | | | | XX_theme.sh, if theme_nosplash -eq 0 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1547 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed runlevel linker stuff. debian needs splashy to term earlier, changed ↵Michael Janczyk2008-02-154-4/+4
| | | | | | now via variable D_SPLASHY git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1546 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed the bug (reported by Reiner) of the last checkin, cleant up theDirk von Suchodoletz2008-02-071-1/+1
| | | | | | | README and added a subdirectory for documentation on setup, installation. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1520 95ad53e4-c205-0410-b2fa-d234c58c8868
* * vmware plugin is no longer offering the list of available vmwaresVolker Uhrig2008-02-061-0/+3
| | | | | | | | | | | | * 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
* bugfix: wrong path, forgot filename when changedMichael Janczyk2008-01-292-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1505 95ad53e4-c205-0410-b2fa-d234c58c8868
* moved creation of dir into main functionMichael Janczyk2008-01-297-15/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1503 95ad53e4-c205-0410-b2fa-d234c58c8868
* switched kdmrc path to config-default variable, and removed from each kdm ↵Michael Janczyk2008-01-299-27/+21Star
| | | | | | function, hope kdm theme works now everywhere, cleaning still to be done + gdm completely renewed git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1502 95ad53e4-c205-0410-b2fa-d234c58c8868
* kdm theme doesnt work yet, testcommitMichael Janczyk2008-01-242-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1491 95ad53e4-c205-0410-b2fa-d234c58c8868
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * activated invocation of init-hooks * removed explicit splashy calls from init (they are now done in several init-hooks provided by the Theme plugin) * the stage3 plugins are now invoked via '.' instead via a separate shell, such that they can export changed environment variables * changed invocation of initial_boot() - we now pass in the list of initscripts as otherwise I have been unable to let this function access a changed D_INITSCRIPTS variable (it would only see initial content) * moved invocation of initial_boot from servconfig to init (again such that a changed D_INITSCRIPTS will be handled correctly) * config-demuxer now passes the active plugins into mkdxsinitrd * mkdxsinitrd accepts a list of active plugins (-p) and copies the hooks directly into the initialramfs, such that they are available immediately in stage3 The bootsplash stuff (splashy) seems to work properly, but the handling of displaymanager themes is currently broken. I will look into that tomorrow. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1472 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy cleanup after changing xorg configuration ...Dirk von Suchodoletz2007-12-061-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1423 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing the SuSE10.3 device mount/access problem reported ... (at least for Dirk von Suchodoletz2007-11-111-1/+0Star
| | | | | | | user root) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1410 95ad53e4-c205-0410-b2fa-d234c58c8868
* This should fix a small bug reported by Reiner for SuSE10.3 in stage3.Dirk von Suchodoletz2007-10-241-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1400 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup, (empty) files for new Ubuntu 7.10 ...Dirk von Suchodoletz2007-10-192-0/+59
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1389 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for changed directories in /etc (SuSE), fix for improper tarDirk von Suchodoletz2007-10-152-3/+3
| | | | | | | | filter while copying etc/ data (bind mounts). Do not copy splashy stuff if not used and remove splashy after using ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1387 95ad53e4-c205-0410-b2fa-d234c58c8868
* Show that dubios *.vmem file (otherwise it is created too, but simply not Dirk von Suchodoletz2007-10-141-1/+1
| | | | | | | | visible). The preferences file of vmplayer should contain "true" instead of TRUE ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1380 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed bug #170 (hopefully, please check!) ...Dirk von Suchodoletz2007-10-132-1/+34
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1378 95ad53e4-c205-0410-b2fa-d234c58c8868
* Resmgr/PolKitd seems to be solved, some directories where missing. Still Dirk von Suchodoletz2007-10-131-7/+9
| | | | | | | problems accessing USB removable, but should be solveable ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1377 95ad53e4-c205-0410-b2fa-d234c58c8868
* More fixes and cleanups for SuSE. Strange location of kdmrc in Gentoo!?!?Dirk von Suchodoletz2007-10-136-7/+79
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1376 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes and cleanup of functions files for several SuSE versions ...Dirk von Suchodoletz2007-10-135-131/+25Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1375 95ad53e4-c205-0410-b2fa-d234c58c8868
* splashy works now with ubuntu.Michael Janczyk2007-10-041-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1367 95ad53e4-c205-0410-b2fa-d234c58c8868
* The /var/cache/fontconfig directory should be present on Debian andDirk von Suchodoletz2007-07-314-7/+13
| | | | | | | | Ubuntu systems (newer ones) to avoid the recreation of fontcache on startup (of gdm etc.) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1286 95ad53e4-c205-0410-b2fa-d234c58c8868
* Xsession in Gentoo fixedBastian Wissler2007-07-191-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1259 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minor fixes ...Dirk von Suchodoletz2007-07-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1256 95ad53e4-c205-0410-b2fa-d234c58c8868
* Wrong path checked (gdm in passwd).Dirk von Suchodoletz2007-07-162-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1243 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed late_dm option (too confusing and too little effect), small fixDirk von Suchodoletz2007-07-144-36/+19Star
| | | | | | | for Ubuntu functions-default, added "binfinder" function. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1242 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for gdm/kdm configuration in Ubuntu. Cleanup of functions-7.04 (unneeded Dirk von Suchodoletz2007-07-143-161/+34Star
| | | | | | | duplicate of default) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1241 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for syslog-ng (at least log to console tty10, if fileloggingDirk von Suchodoletz2007-07-111-0/+3
| | | | | | | preferred use start_syslog="file") git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1238 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some cleanup for ubuntu ...Dirk von Suchodoletz2007-07-111-9/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1236 95ad53e4-c205-0410-b2fa-d234c58c8868
* Adaptions for Ubu 7.04 and Bugfixes for older VersionsFelix Endres2007-07-094-1/+137
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1233 95ad53e4-c205-0410-b2fa-d234c58c8868
* Gentoo: removed some standard-services from config-default (can be enabled ↵Bastian Wissler2007-07-031-1/+1
| | | | | | by machine-setup) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1222 95ad53e4-c205-0410-b2fa-d234c58c8868
* + added Source for pcitable (as Header)\n+ added binary Drivers definition ↵Bastian Wissler2007-07-022-5/+3Star
| | | | | | in Cards\n+ changed runtime configuration for Gentoo\n+ added services & changed configuration for Gentoo git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1215 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further cleanups for ConfTGZ transport (to be more flexible for future Dirk von Suchodoletz2007-07-011-8/+11
| | | | | | | versions - ftp/http with wget). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1212 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups in ubuntu and presentation for 7.04 (even all is handled via Dirk von Suchodoletz2007-07-016-55/+82
| | | | | | | default functions, config) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1205 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup and beautification of runlevel linker stuff for SuSE distros ...Dirk von Suchodoletz2007-07-015-56/+60
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1202 95ad53e4-c205-0410-b2fa-d234c58c8868
* udev_hotplug removed - you don't need it any moreBastian Wissler2007-06-291-12/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1196 95ad53e4-c205-0410-b2fa-d234c58c8868
* LANG setup moved to /etc/default/localeSebastian Schmelzer2007-06-111-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1161 95ad53e4-c205-0410-b2fa-d234c58c8868
* typo..Sebastian Schmelzer2007-06-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1154 95ad53e4-c205-0410-b2fa-d234c58c8868
* gdm late_dm fixSebastian Schmelzer2007-06-061-2/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1153 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed duplicate entry of config_distro and chmod for boot.slx addedSebastian Schmelzer2007-06-061-11/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1152 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed vmware-prep stuff from other distros too ...Dirk von Suchodoletz2007-06-062-3/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1151 95ad53e4-c205-0410-b2fa-d234c58c8868
* The vmware-prep script is deprecated (not provided any more as file).Dirk von Suchodoletz2007-06-064-26/+0Star
| | | | | | | | All stuff is handled within stage3 now ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1150 95ad53e4-c205-0410-b2fa-d234c58c8868