summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
* * implement support for letting the plugins suggest additional kernel_paramsOliver Tappe2008-02-101-0/+7
| | | | | | | | | * 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
* Fixed the bug (reported by Reiner) of the last checkin, cleant up theDirk von Suchodoletz2008-02-072-2/+3
| | | | | | | 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-062-147/+5Star
| | | | | | | | | | | | * 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
* * shut up cpioOliver Tappe2008-02-031-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1513 95ad53e4-c205-0410-b2fa-d234c58c8868
* * switched config-demuxer over to internal generation of initramfsOliver Tappe2008-02-021-801/+0Star
| | | | | | * obsoleted mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1511 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bugs that stopped new-style initramfs from workingOliver Tappe2008-02-021-36/+58
| | | | | | | | | * 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
* * finished initial re-implementation of mkdxsinitrd in perl -Oliver Tappe2008-02-014-34/+401
| | | | | | there's still stuff missing and it has not been tested, either git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1508 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
* 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-298-15/+2Star
| | | | 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-2910-30/+24Star
| | | | | | 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
* 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
* BUGFIX: added sed line to replace comme with blank, so the for loop worksMichael Janczyk2008-01-241-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1488 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more work at the new mkslxinitrd implementationOliver Tappe2008-01-221-8/+200
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1487 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved functionality of slxldd into a module (LibScanner),Oliver Tappe2008-01-221-0/+262
| | | | | | | | such that it can be used by other programs, too * slxldd is now just a wrapper for the LibScanner module git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1483 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
* * started to work on re-implementation of mkdxsinitrd in perlOliver Tappe2008-01-162-1/+266
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1477 95ad53e4-c205-0410-b2fa-d234c58c8868
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-135-64/+26Star
| | | | | | | | | | | | | | | | | | | | | | | | * 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-083-7/+14
| | | | | | | 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-067-277/+39Star
| | | | 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-055-262/+136Star
| | | | | | | 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
* 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
* 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
* 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
* 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
* minor changeDirk von Suchodoletz2007-10-201-1/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1397 95ad53e4-c205-0410-b2fa-d234c58c8868
* some minor cleanups in tpm-sectionDirk von Suchodoletz2007-10-201-16/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1396 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
* use new path for platform independent tpm-filesDirk von Suchodoletz2007-10-201-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1394 95ad53e4-c205-0410-b2fa-d234c58c8868
* adjusted path for fetching tpm-keys via tftpDirk von Suchodoletz2007-10-201-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1393 95ad53e4-c205-0410-b2fa-d234c58c8868
* tpm stuff subdirectory ...Dirk von Suchodoletz2007-10-2011-0/+154
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1392 95ad53e4-c205-0410-b2fa-d234c58c8868
* mkdxsinitrd: added functions for tpm-secured bootingDirk von Suchodoletz2007-10-201-1/+94
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1391 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup, (empty) files for new Ubuntu 7.10 ...Dirk von Suchodoletz2007-10-193-1/+60
| | | | 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-154-8/+9
| | | | | | | | 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
* 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
* ... 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
* 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