summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
* Group information is needed in stage3 too (use the stage4 file andDirk von Suchodoletz2008-09-011-1/+3
| | | | | | | copy it after it becomes available) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2177 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hal/dbus stuff for ubuntu, rtc device file ...Dirk von Suchodoletz2008-09-012-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2176 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for Ubuntu (nscd, hald) ...Dirk von Suchodoletz2008-09-011-0/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2175 95ad53e4-c205-0410-b2fa-d234c58c8868
* * dropped several files that we do not need from our uclib-rootfsOliver Tappe2008-09-0119-9/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2172 95ad53e4-c205-0410-b2fa-d234c58c8868
* * dropped (hopefully) superfluous terminfo linkOliver Tappe2008-09-011-1/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2168 95ad53e4-c205-0410-b2fa-d234c58c8868
* * next refactoring step: made MakeInitRamFS part of boot environmentOliver Tappe2008-09-016-1092/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2167 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved files specific to preboot-cd into their new homeOliver Tappe2008-08-312-179/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2165 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some cleanup regarding log outputOliver Tappe2008-08-311-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2162 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted to new fact that switch_root now lives in /sbin instead of /binOliver Tappe2008-08-301-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2155 95ad53e4-c205-0410-b2fa-d234c58c8868
* * rebuilt uclibc-rootfs from freshly compiled gentoo-uclibc build environmentOliver Tappe2008-08-30209-120/+112Star
| | | | | | | | | (all sources were either taken from gentoo emerge or from our subversion tree) * adjusted position of binaries to match the default of the respective package (moving a lot of stuff out of bin) Please speak up if this causes any regression git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2154 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some more cleanup in stage3.Dirk von Suchodoletz2008-08-304-77/+29Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2150 95ad53e4-c205-0410-b2fa-d234c58c8868
* added time-sync via rdate to initrd, hwclock will be sinced as wellMichael Janczyk2008-08-291-2/+8
| | | | | | resolv.conf is noch wirtten into etc/resolv.con in the initrd git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2136 95ad53e4-c205-0410-b2fa-d234c58c8868
* * dropped cryptpw-link, as that applet is no longer included in our currentOliver Tappe2008-08-291-1/+0Star
| | | | | | busybox git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2130 95ad53e4-c205-0410-b2fa-d234c58c8868
* * 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