summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
* * cleaned up name confusion of map, spotted by SebastianOliver Tappe2008-08-293-6/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2125 95ad53e4-c205-0410-b2fa-d234c58c8868
* Checking in busybox with getty (lost for some reason), fixingDirk von Suchodoletz2008-08-282-1/+1
| | | | | | | mini bug in ubuntu-functions ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2123 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented supported for automatic selection of the matching hwinfo versionOliver Tappe2008-08-289-2/+68
| | | | | | | | | (in initramfs/OpenSLX/MakeInitRamFS/Engine and the respective Distro classes) * removed hwinfo binary and libhd incarnations from uclib-rootfs, as they are no longer needed (and could in fact get in the way) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2122 95ad53e4-c205-0410-b2fa-d234c58c8868
* The boot.slx was started too early in rcS/boot.d ...Dirk von Suchodoletz2008-08-283-8/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2121 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved hwinfo into initramfs/tools folder, as it is only being used by theOliver Tappe2008-08-286-0/+0
| | | | | | | | initramfs * adjusted Makefile accordingly and made it keep the hwinfo folder structure when installed, too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2120 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some cleanup in stage3 scripts (small bugs, wrong variables ...)Dirk von Suchodoletz2008-08-283-9/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2118 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup of by now obsoleted tool versions (ddcprobe, 915res).Dirk von Suchodoletz2008-08-281-3/+3
| | | | | | | Update for udhcpc call in stage3 functions (see r2110, r2111). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2112 95ad53e4-c205-0410-b2fa-d234c58c8868
* The repaired busybox/udhcpc works properly: See the options.c fileDirk von Suchodoletz2008-08-281-0/+0
| | | | | | | for the kind of options accepted (e.g. udhcpc -O nisdomain -O nissrv ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2111 95ad53e4-c205-0410-b2fa-d234c58c8868
* * refactored more boot-environment-specific stuff out of slxconfig-demuxer intoOliver Tappe2008-08-271-4/+3Star
| | | | | | | the corresponding class (OpenSLX::BootEnvironment::PXE) - should not cause any functional changes yet git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2110 95ad53e4-c205-0410-b2fa-d234c58c8868
* Remove the misleading (and not in all setups properly working optionDirk von Suchodoletz2008-08-271-2/+2
| | | | | | | "-o" from the udhcpc call, see #265 too). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2106 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for ip configuration (no ip= in cmdline), cleanup.Dirk von Suchodoletz2008-08-262-11/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2098 95ad53e4-c205-0410-b2fa-d234c58c8868
* Forgot to add the "getty" applet. The "new" stuff is obsolete ...Dirk von Suchodoletz2008-08-254-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2095 95ad53e4-c205-0410-b2fa-d234c58c8868
* Several fixes, improvements:Dirk von Suchodoletz2008-08-243-7/+17
| | | | | | | | | | | | * clean the nfs mounted /tmp (Detlef pointed out several problems here) * kill the debug shell if started in stage3, closes #261 * small fix on config_nis in suse/functions-default * mount /var/cache/fontconfig in SuSE10.2 too (speeds up gdm start) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2089 95ad53e4-c205-0410-b2fa-d234c58c8868
* Problems reported by Reiner hopefully fixed (nis, see #265).Dirk von Suchodoletz2008-08-242-3/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2088 95ad53e4-c205-0410-b2fa-d234c58c8868
* Introduction of a debug shell from runlevel 3 on, see DebugLevel.Dirk von Suchodoletz2008-08-241-1/+5
| | | | | | | Closes ticket #261. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2087 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fetch nis* information from the dhcp-server.Dirk von Suchodoletz2008-08-232-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2085 95ad53e4-c205-0410-b2fa-d234c58c8868
* Sorry - mistake Reiner pointed out ...Dirk von Suchodoletz2008-08-221-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2079 95ad53e4-c205-0410-b2fa-d234c58c8868
* The new libhd (tested successfully on a set of machines) of schmelzs Dirk von Suchodoletz2008-08-217-2/+2
| | | | | | | and dnbd-client added to uclib-rootfs. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2076 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fix on evaluation in suse-functions ...Dirk von Suchodoletz2008-08-211-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2075 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed two invocations of MakeInitRamFS::Engine::_addRequiredLib(), Oliver Tappe2008-08-212-4/+0Star
| | | | | | which no longer exists (and is no longer necessary either) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2071 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Added several missing links to busybox, as to match the applets that areOliver Tappe2008-08-2140-0/+40
| | | | | | | actually supported. If there are applets among these that we do not need, we should remove them from the busybox config, first (and then remove the link). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2069 95ad53e4-c205-0410-b2fa-d234c58c8868
* Clean up, indenting, screen dir in var for debian distro-specific.Dirk von Suchodoletz2008-08-211-92/+85Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2067 95ad53e4-c205-0410-b2fa-d234c58c8868
* * merged branch 'initramfs-ng' back intro trunk - requires careful testing ...Oliver Tappe2008-08-20243-37551/+1382Star
| | | | 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
* Moved the uc-mini-root.tbz into unpacked subdir. This is a little bit generous Dirk von Suchodoletz2008-08-081-0/+0
| | | | | | | populated but will be filtered later for stage3 and preboot. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1991 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added nbd-client by schmelzs (see #251)Dirk von Suchodoletz2008-08-071-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1982 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated uclib tools by ssc ...Dirk von Suchodoletz2008-08-051-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1956 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
* This package is not needed any more (it will be combined from stuff inDirk von Suchodoletz2008-06-161-0/+0
| | | | | | | | the branches/initramfs-ng directory and the uc-mini-root, see r1878, r1879 too) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1880 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
* Next step for stage3-ng ...Dirk von Suchodoletz2008-06-091-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1870 95ad53e4-c205-0410-b2fa-d234c58c8868
* Next generation of stage3 - uclib based. At the moment the slx scriptsDirk von Suchodoletz2008-06-081-0/+0
| | | | | | | | are packed into Stage3-ng.tbz as long as in testing. Removing outside uclib tools (for directory cleanup). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1869 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
* Minimal environment uclib based with tools for PreBoot and Stage3.Dirk von Suchodoletz2008-06-071-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1853 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removing old uclib testing stuff ...Dirk von Suchodoletz2008-06-0728-15/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1850 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-0217-1113/+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
* Wrong name for checked in "dialog", updated Makefile for removedDirk von Suchodoletz2008-06-011-0/+0
| | | | | | | "busybox.links" file ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1830 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renamed preboot make tool and dialog utility for PreBoot experiments.Dirk von Suchodoletz2008-05-312-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1829 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved code from MakeInitRamFS::Engine that determines the list of availableOliver Tappe2008-05-311-11/+1Star
| | | | | | | | busybox applets into a separate function * use this function in OSSetup::Engine instead of relying on busybox.links, which may not be kept in sync. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1827 95ad53e4-c205-0410-b2fa-d234c58c8868
* Complete renaming operation ...Dirk von Suchodoletz2008-05-311-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1825 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updating to the changed naming style (cdboot -> preboot), forDirk von Suchodoletz2008-05-313-7/+7
| | | | | | | | PreBoot check the PreBoot wiki. Stuff built with BuiltRoot at the moment ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1824 95ad53e4-c205-0410-b2fa-d234c58c8868
* Exchanging the uclib for a more recent one built with buildrootDirk von Suchodoletz2008-05-3135-9/+13
| | | | | | | | (matching the busybox.uclib and kexec.uclib) previously checked in. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1823 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renamed cdboot to more generic name "preboot" (for more information ofDirk von Suchodoletz2008-05-3124-0/+0
| | | | | | | the idea of PreBoot check the projects Trac/Wiki) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1822 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reverted premature refactoring step - we will be using the mkcdboot scriptOliver Tappe2008-05-295-981/+0Star
| | | | | | for now, until we have a better understanding of what is needed ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1813 95ad53e4-c205-0410-b2fa-d234c58c8868
* * intermediate commit of refactoring step of MakeInitialRamFS - subversionOliver Tappe2008-05-295-0/+981
| | | | | | isn't as clever as I wish it'd be ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1812 95ad53e4-c205-0410-b2fa-d234c58c8868