summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff
Commit message (Collapse)AuthorAgeFilesLines
* * merged branch 'initramfs-ng' back intro trunk - requires careful testing ...Oliver Tappe2008-08-2018-37242/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2055 95ad53e4-c205-0410-b2fa-d234c58c8868
* Run testmkd extension (chmod,own) only if needed ...Dirk von Suchodoletz2008-08-081-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1997 95ad53e4-c205-0410-b2fa-d234c58c8868
* gdm needs a subdirectory with specific permissions to run properlyDirk von Suchodoletz2008-08-081-0/+6
| | | | | | | (extended the testmkd function for chown,mod settings) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1994 95ad53e4-c205-0410-b2fa-d234c58c8868
* back to other solution of ticket #232, since pattern matching has to be ↵Michael Janczyk2008-06-171-2/+9
| | | | | | changed too for this solution. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1884 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed uri_token function. simpler solution to ticket #232Michael Janczyk2008-06-171-9/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1883 95ad53e4-c205-0410-b2fa-d234c58c8868
* Solved path / proto problem with file option. Problem was checking after ":" ↵Michael Janczyk2008-06-121-1/+8
| | | | | | for port, and so paths with "::" werent truncated right. Maybe there exists a nicer solution git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1877 95ad53e4-c205-0410-b2fa-d234c58c8868
* added quotes for tftp port problem (not tested yet ticket #232).Michael Janczyk2008-06-111-7/+7
| | | | | | minor modifications in xen plugin (changed name from bootsplash to xen ;)) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1874 95ad53e4-c205-0410-b2fa-d234c58c8868
* First release of a xen plugin. Only a few diskless corrections inside. Works ↵Michael Janczyk2008-06-112-33/+6Star
| | | | | | only with clone and an already installed xen. Karnel has to be chosen manually yet... a solution for runlevellinks in plugins has to be found. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1873 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed - integrated into busybox.Dirk von Suchodoletz2008-06-071-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1856 95ad53e4-c205-0410-b2fa-d234c58c8868
* Maybe we should keep start_x for a while, since we need a configuration for ↵Michael Janczyk2008-06-021-0/+96
| | | | | | terminals... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1833 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed all kdm/gdm/xdm and most of X configuration. Before altering these ↵Michael Janczyk2008-06-023-306/+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
* * deactivated automatic reactivation of start_xdmcp if start_x is true,Oliver Tappe2008-05-291-1/+1
| | | | | | | | | as this clashes with the desktop plugin (which is from now on responsible for handling desktop managers. All this should be removed, soon, anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1811 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fileget can't run in the background, in order to allow to use it's resultOliver Tappe2008-03-241-1/+7
| | | | | | | | (config) in init-hook '15-have-ip-config' * added three more init-hooks: '85-have-inital-boot', '90-postinit-done' and '95-cleanup' for finer grained control git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1685 95ad53e4-c205-0410-b2fa-d234c58c8868
* Slightly improved version of the vmware plugin (at least it (de)installsDirk von Suchodoletz2008-03-222-2/+0Star
| | | | | | | itself and the needed files) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1670 95ad53e4-c205-0410-b2fa-d234c58c8868
* Moving setup of client mode (variable desktop::kind) and displaymanagerDirk von Suchodoletz2008-03-161-0/+2
| | | | | | | | (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
* small correctionMichael Janczyk2008-03-111-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1622 95ad53e4-c205-0410-b2fa-d234c58c8868
* for testing. old theme plugin should work now with kdm and suseMichael Janczyk2008-03-111-1/+1
| | | | | | | | | | new displaymanager works with kdm and ubuntu 7.10 displaymanager plugin should change everyting in stage 1, which will follow git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1621 95ad53e4-c205-0410-b2fa-d234c58c8868
* Optimization for dnbd2 settings ...Dirk von Suchodoletz2008-03-111-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1614 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for DNDB2 in SLX init, update of mkcdboot.uclib with ipcalcDirk von Suchodoletz2008-03-041-8/+12
| | | | | | | applet. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1598 95ad53e4-c205-0410-b2fa-d234c58c8868
* Optimizations, improvements ...Dirk von Suchodoletz2008-03-011-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1590 95ad53e4-c205-0410-b2fa-d234c58c8868
* Improved version of CD preboot test with RootFS type to choose ...Dirk von Suchodoletz2008-03-011-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1589 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trying on another export type -> dnbd2 ...Dirk von Suchodoletz2008-02-291-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1585 95ad53e4-c205-0410-b2fa-d234c58c8868
* Improved CD preboot init file ...Dirk von Suchodoletz2008-02-281-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1583 95ad53e4-c205-0410-b2fa-d234c58c8868
* Stuff for NFSv4 support, fix for correct configuration of vmware graphics ↵Dirk von Suchodoletz2008-02-261-0/+3
| | | | | | adaptor ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1574 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing bug of "/etc/mdev.conf not found" reported by Rainer in Stage3 ...Dirk von Suchodoletz2008-02-251-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1572 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Cleaned out some deprecated vmware commandsVolker Uhrig2008-02-201-4/+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
* * fixed kernel panic in case no plugin has been installedOliver Tappe2008-02-182-4/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1560 95ad53e4-c205-0410-b2fa-d234c58c8868
* * when invoking init-hook scripts and plugin scripts, now only *.sh filesOliver Tappe2008-02-162-3/+3
| | | | | | | are accepted. Suggested by Michael to spare future headaches caused by backup files (theme.sh~ and the like) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1550 95ad53e4-c205-0410-b2fa-d234c58c8868
* 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