summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the bug (reported by Reiner) of the last checkin, cleant up theDirk von Suchodoletz2008-02-071-1/+2
| | | | | | | 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-147/+2Star
| | | | | | | | | | | | * 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: changed xdmdir variable ;)Michael Janczyk2008-01-291-7/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1504 95ad53e4-c205-0410-b2fa-d234c58c8868
* moved creation of dir into main functionMichael Janczyk2008-01-291-0/+2
| | | | 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-291-3/+3
| | | | | | 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
* BUGFIX: kdm theme works now, we hope;), moved theme to pluginMichael Janczyk2008-01-241-4/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1490 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix order of menus in xdialogVolker Uhrig2008-01-171-4/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1481 95ad53e4-c205-0410-b2fa-d234c58c8868
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-133-62/+13Star
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* * added hook mechanism to initramfs-init which can be used by pluginsOliver Tappe2008-01-112-1/+32
| | | | | | | | | | | to trigger execution of their own script at a certain point in the initramfs-init execution path. This is not active yet * added basic implementation outline for Theme (a.k.a splash) plugin - unable to test anything, though, as VMware does not seem to provide a VESA framebuffer, so splashy won't run git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1466 95ad53e4-c205-0410-b2fa-d234c58c8868
* README.ddcprobe new in initramfs/initrd-stuff/usr/shareBastian Wissler2007-12-131-0/+36
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1428 95ad53e4-c205-0410-b2fa-d234c58c8868
* This should setup proper X screen resolutions on machines with Intel basedDirk von Suchodoletz2007-12-082-5/+11
| | | | | | | graphic adaptors (non vesa modes) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1427 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small bugfix, added comments to xconfig.Dirk von Suchodoletz2007-12-061-11/+18
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1425 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes for problems Reiner reported ...Dirk von Suchodoletz2007-12-064-19/+16Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1424 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy cleanup after changing xorg configuration ...Dirk von Suchodoletz2007-12-066-277/+38Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1423 95ad53e4-c205-0410-b2fa-d234c58c8868
* Introduced completely new approach of xorg.conf setup into stage3 ... seems toDirk von Suchodoletz2007-12-054-259/+132Star
| | | | | | | work for me, but to be checked and reported :) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1422 95ad53e4-c205-0410-b2fa-d234c58c8868
* Starting new configuration line for Xorg setup ...Dirk von Suchodoletz2007-12-051-0/+172
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1421 95ad53e4-c205-0410-b2fa-d234c58c8868
* A little cleanup of tools. Source and version of ddcprobe should beDirk von Suchodoletz2007-12-052-0/+0
| | | | | | | documented some day ... (in README.ddcprobe) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1420 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added new version (propably) of ddcprobe from ubuntu packageBastian Wissler2007-12-052-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1419 95ad53e4-c205-0410-b2fa-d234c58c8868
* Modern xorg versions do not need much information on displays any moreDirk von Suchodoletz2007-12-031-10/+5Star
| | | | | | | | | | ... Tested successfully with a range of machines. The configuration of some i8,9XX based systems is still a problem (independently of these changes - i915resolution has to be used to patch the video BIOS (but you have to know the display resolution first ...)) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1417 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for the size of container file sitting on NFS, do not use "-b" forDirk von Suchodoletz2007-11-042-4/+3Star
| | | | | | | busybox udhcpc (to be investigated more ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1403 95ad53e4-c205-0410-b2fa-d234c58c8868
* Not sure if the other expression is calculated properly too ...Dirk von Suchodoletz2007-10-241-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1399 95ad53e4-c205-0410-b2fa-d234c58c8868
* Implementing loopback container on NFS for the VMware *.vmem problem ...Dirk von Suchodoletz2007-10-242-16/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1398 95ad53e4-c205-0410-b2fa-d234c58c8868
* Copy tpm stuff to the right place, correct some messages ...Dirk von Suchodoletz2007-10-202-20/+21
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1395 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup, (empty) files for new Ubuntu 7.10 ...Dirk von Suchodoletz2007-10-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1389 95ad53e4-c205-0410-b2fa-d234c58c8868
* no splashy in client-system. no unnecessary copies. finished what dirk ↵Michael Janczyk2007-10-161-3/+3
| | | | | | started yesterday. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1388 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for changed directories in /etc (SuSE), fix for improper tarDirk von Suchodoletz2007-10-152-5/+6
| | | | | | | | 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
* Wait longer before loading the next module ...Dirk von Suchodoletz2007-10-151-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1383 95ad53e4-c205-0410-b2fa-d234c58c8868
* Proper mount options for NFS/scratch ... Skip some files for SUSE exports.Dirk von Suchodoletz2007-10-141-4/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1381 95ad53e4-c205-0410-b2fa-d234c58c8868
* ... on the way to ...Dirk von Suchodoletz2007-10-131-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1379 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes and cleanup of functions files for several SuSE versions ...Dirk von Suchodoletz2007-10-131-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1375 95ad53e4-c205-0410-b2fa-d234c58c8868
* Tried out new SuSE10.3 ... worked after just changing X settings forDirk von Suchodoletz2007-10-113-3/+3
| | | | | | | | keyboard (from deprecated value "keyboard" to "kbd" - should not even harm older systems) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1373 95ad53e4-c205-0410-b2fa-d234c58c8868
* another regexp bug :(Michael Janczyk2007-10-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1369 95ad53e4-c205-0410-b2fa-d234c58c8868
* bug extinctionMichael Janczyk2007-10-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1368 95ad53e4-c205-0410-b2fa-d234c58c8868
* splashy works now with ubuntu.Michael Janczyk2007-10-042-8/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1367 95ad53e4-c205-0410-b2fa-d234c58c8868
* Aeh, fix ... for lbdev again.Dirk von Suchodoletz2007-10-011-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1366 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for lbdev boot (hopefully :))Dirk von Suchodoletz2007-10-012-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1365 95ad53e4-c205-0410-b2fa-d234c58c8868
* Set of cleanups and minor fixes ...Dirk von Suchodoletz2007-10-013-21/+23
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1361 95ad53e4-c205-0410-b2fa-d234c58c8868
* Do not do splash stuff if kernel does not provide proper interface ... (to ↵Dirk von Suchodoletz2007-09-291-2/+6
| | | | | | be tested :)) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1359 95ad53e4-c205-0410-b2fa-d234c58c8868
* too fast ...Dirk von Suchodoletz2007-09-281-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1358 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simple simplification :)Dirk von Suchodoletz2007-09-281-12/+10Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1357 95ad53e4-c205-0410-b2fa-d234c58c8868
* added sudo halt for kiosk, user: nobodyMichael Janczyk2007-09-281-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1356 95ad53e4-c205-0410-b2fa-d234c58c8868
* New kiosk mode. Now Sound seems to work, trick: cascade cammands with "&&". ↵Michael Janczyk2007-09-282-41/+22Star
| | | | | | Sound is unmuted. stattgui removed all obsolete stuff. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1355 95ad53e4-c205-0410-b2fa-d234c58c8868
* Splashy optimization + splashy exit through boot initial script ↵Michael Janczyk2007-09-282-28/+20Star
| | | | | | splashy.stop. TODO: Splashy shutdown git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1354 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor theme modificationsMichael Janczyk2007-09-112-2/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1337 95ad53e4-c205-0410-b2fa-d234c58c8868
* added, renamed rest of theming binaries. adapted mkdxsinitrd, init and ↵Michael Janczyk2007-09-102-2/+55
| | | | | | | | | | | | | servconfig for the new theming option. old bootsplash removed, since it was ugly and only worked in SUSE and needed a patched kernel. Now you can change the appearance of KDM (GDM?) and splasy by running mkdxsinitrd -s ... Makefile has to be adapted as well, since the splashy-binaries has to be copies to SLX-share-path/splashy/... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1335 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added new exapmle for a PXE-splash image and an example default config.Michael Janczyk2007-08-281-1/+1
| | | | | | | | What do you think? git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1327 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleaned up and corrected error messages (and german translations, seeDirk von Suchodoletz2007-08-092-30/+21Star
| | | | | | | #102) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1321 95ad53e4-c205-0410-b2fa-d234c58c8868
* Stop trying after a while if nbd-client could not be started properly Dirk von Suchodoletz2007-08-041-1/+6
| | | | | | | (slx init), small mkdxsinitrd modification for cd-boot initramfs. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1317 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minor cleanup.Dirk von Suchodoletz2007-08-032-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1315 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hook for #154 problem ... (just a reminder)Dirk von Suchodoletz2007-08-021-0/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1305 95ad53e4-c205-0410-b2fa-d234c58c8868