summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
...
* Started to remove distro-specific udev from stage3 (was already done forDirk von Suchodoletz2007-05-058-120/+15Star
| | | | | | | | mkdxsinitrd, so no need there :-)), please check for other distros too (see tickets #129, #130) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1002 95ad53e4-c205-0410-b2fa-d234c58c8868
* * mkdxsinitrd now determines DISTRO and DISTRO_VER from the given ROOTPATHOliver Tappe2007-05-051-102/+9Star
| | | | | | | * removed old DISTRO detection code from mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1001 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hope that solves the "hanging/no keyboard" X display problem: ReorderingDirk von Suchodoletz2007-05-055-23/+22Star
| | | | | | | | of start scripts, devices available ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@996 95ad53e4-c205-0410-b2fa-d234c58c8868
* Update of Stage3 error messages ...Dirk von Suchodoletz2007-05-052-23/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@995 95ad53e4-c205-0410-b2fa-d234c58c8868
* More standard device nodes seem to be needed (when mdev is used insteadDirk von Suchodoletz2007-05-051-12/+12
| | | | | | | of "big" udev). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@994 95ad53e4-c205-0410-b2fa-d234c58c8868
* Filesystemtype is needed for busybox mount (ext2 to /mnt/tmp) ...Dirk von Suchodoletz2007-05-021-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@986 95ad53e4-c205-0410-b2fa-d234c58c8868
* Strange problem (SuSE(?)/hardware related - not completely understood),Root2007-05-021-3/+1Star
| | | | | | | use "late_dm=yes" for these (no keyboard in X) systems ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@985 95ad53e4-c205-0410-b2fa-d234c58c8868
* Script order had to be readjusted ...Dirk von Suchodoletz2007-05-011-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@983 95ad53e4-c205-0410-b2fa-d234c58c8868
* (possible) fix for occasionally keyboard errors in X (no keyboard inputDirk von Suchodoletz2007-05-011-2/+2
| | | | | | | possible, seems to be related with kbd start) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@980 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bug in mkdxsinitrd preventing it from copying dhclient to initramfs (forDirk von Suchodoletz2007-05-011-2/+2
| | | | | | | using dhcp based configuration ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@976 95ad53e4-c205-0410-b2fa-d234c58c8868
* Problem with mkdxsinitrd and option (-d) for using dhclient instead ofDirk von Suchodoletz2007-04-301-2/+2
| | | | | | | | udhcpc fixed ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@968 95ad53e4-c205-0410-b2fa-d234c58c8868
* Make error messages in stage3 debug better readable ...Dirk von Suchodoletz2007-04-301-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@967 95ad53e4-c205-0410-b2fa-d234c58c8868
* Change of behaviour for ld.so.cache generation (done by default inDirk von Suchodoletz2007-04-303-9/+12
| | | | | | | | Stage1). It can be requested for stage3 by setting of "ldsc" in kernel commandline. "noldsc" is deprecated from this version on ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@966 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed error from removing of "MAC", check the usage of macaddr for XEN!Dirk von Suchodoletz2007-04-293-7/+8
| | | | | | | | | Gave more room for SLX version string. The variable $DISTRO is to be filled in with the export name (to be compatible with directory naming of config directories ...), see BootRootVerzeichnisse for that ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@965 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix and cleanup for fileget ...Dirk von Suchodoletz2007-04-291-18/+9Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@964 95ad53e4-c205-0410-b2fa-d234c58c8868
* trap reenabled without SIGIO (no longer supported/needed)Dirk von Suchodoletz2007-04-291-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@960 95ad53e4-c205-0410-b2fa-d234c58c8868
* Disabled the trap (problem with SIGIO), should be discussed, how Dirk von Suchodoletz2007-04-291-3/+3
| | | | | | | | to handle in the long run ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@955 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changing token for kernel commandline (dhcp -> nodhcp), seeDirk von Suchodoletz2007-04-281-10/+9Star
| | | | | | | http://www.openslx.org/trac/dxs/wiki/KernelCommandlineOptions git-svn-id: http://svn.openslx.org/svn/openslx/trunk@950 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup for SuSE stage3, placeholders for 10.3 support added ...Dirk von Suchodoletz2007-04-286-107/+270
| | | | | | | (to be checked if beta is available) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@945 95ad53e4-c205-0410-b2fa-d234c58c8868
* * instead of the outdated slxmkramfs, the demuxer now uses the older, but betterOliver Tappe2007-04-281-709/+0Star
| | | | | | | | mkdxsinitrd * removed slxmkramfs, as it is going to be reimplemented in perl, later git-svn-id: http://svn.openslx.org/svn/openslx/trunk@944 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed -D not being acceptedOliver Tappe2007-04-281-3/+6
| | | | | | | | * $SLX_VERSION is not determined via slxversion (which is currently incomplete, though) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@943 95ad53e4-c205-0410-b2fa-d234c58c8868
* Code cleanups, simplifications ...Dirk von Suchodoletz2007-04-284-56/+34Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@942 95ad53e4-c205-0410-b2fa-d234c58c8868
* Proper error message if no eth0 appeared ...Dirk von Suchodoletz2007-04-281-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@941 95ad53e4-c205-0410-b2fa-d234c58c8868
* More cleanups ... in functions and SLX initDirk von Suchodoletz2007-04-282-59/+13Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@940 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further simplifications and cleanups (because of busybox switchover)Dirk von Suchodoletz2007-04-285-72/+28Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@939 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simplification of (u)sleep (applets in busybox)Dirk von Suchodoletz2007-04-281-32/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@938 95ad53e4-c205-0410-b2fa-d234c58c8868
* Solution for ext2 formatter ... (see ticket #117 too)Dirk von Suchodoletz2007-04-281-2/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@937 95ad53e4-c205-0410-b2fa-d234c58c8868
* Major changes for stage3/initramfs: busybox is made the main tool ...Dirk von Suchodoletz2007-04-284-914/+76Star
| | | | | | | | mkdxsinitrd is changed accordingly, with some fixes, cleanups to init and functions ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@936 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups for InitRamFS: busybox is made the main tool ...Dirk von Suchodoletz2007-04-285-27/+17Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@935 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for detection of part.ID44, proper setup of /tmp ...Dirk von Suchodoletz2007-04-271-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@934 95ad53e4-c205-0410-b2fa-d234c58c8868
* More cleanups ...Dirk von Suchodoletz2007-04-263-17/+26
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@927 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some cleanup ...Dirk von Suchodoletz2007-04-253-29/+19Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@926 95ad53e4-c205-0410-b2fa-d234c58c8868
* Die Unions können jetzt auch konsistent über die machine-setup angegeben ↵Felix Endres2007-04-241-2/+14
| | | | | | werden. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@925 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fix for samba dir and some code simplifications ...Dirk von Suchodoletz2007-04-241-11/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@924 95ad53e4-c205-0410-b2fa-d234c58c8868
* Support the setup (basic functionality only) of printer and samba (SuSEDirk von Suchodoletz2007-04-243-5/+85
| | | | | | | only at the moment) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@923 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfixing and fine-tuning last changesFelix Endres2007-04-213-14/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@914 95ad53e4-c205-0410-b2fa-d234c58c8868
* AUFS and UnionFS adjustmentsFelix Endres2007-04-213-11/+49
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@913 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed missing "'" ...Dirk von Suchodoletz2007-04-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@912 95ad53e4-c205-0410-b2fa-d234c58c8868
* Obvious fix for last checkin ...Dirk von Suchodoletz2007-04-181-6/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@911 95ad53e4-c205-0410-b2fa-d234c58c8868
* add different path for kdmrc since suse 10.2 user now /opt/kde...Michael Janczyk2007-04-181-0/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@910 95ad53e4-c205-0410-b2fa-d234c58c8868
* AUFS changes.Felix Endres2007-04-164-12/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@905 95ad53e4-c205-0410-b2fa-d234c58c8868
* The acpi/powersaved heavily depend on dbus (on SuSE 10++ systems),Dirk von Suchodoletz2007-04-075-31/+23Star
| | | | | | | | cleanup in functions scripts, reordering, switching on if acpi is used ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@869 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ugly little typRoot2007-04-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@867 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed '/etc/sysconfig/slxconfig' to '/etc/sysconfig/slxsystem.conf' in ↵Oliver Tappe2007-04-055-19/+17Star
| | | | | | | | | | | order to avoid confusions between this file and the 'slxconfig'-script. * changed slxconfig-demuxer to automatically add the current OpenSLX-version into slxsystem.conf (via slxversion). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@865 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for preparation of /etc/hosts file (if more than one domain nameDirk von Suchodoletz2007-04-051-6/+13
| | | | | | | given) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@864 95ad53e4-c205-0410-b2fa-d234c58c8868
* Writing halt script for SuSE systems from functions-*, see #111Dirk von Suchodoletz2007-04-055-13/+32
| | | | | | | | | Pass SLXVERSION string (via slxconfig, slxconf_slxver -> SLXVERSION) for better version marking ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@863 95ad53e4-c205-0410-b2fa-d234c58c8868
* added path /var/X11R6/bin to .desktop files for KDM start.Michael Janczyk2007-04-041-3/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@862 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of boot.ld to boot.slx to be more naming compliant (and Dirk von Suchodoletz2007-04-0114-44/+44
| | | | | | | understandable) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@848 95ad53e4-c205-0410-b2fa-d234c58c8868
* Conditional creation of new links (removes "File Exists" errors)Felix Endres2007-03-292-3/+4
| | | | | | | Fixed Poweroff (NICs are shutdown prior to poweroff in the standard distribution) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@832 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hardware detection stuff ...Dirk von Suchodoletz2007-03-273-2/+35
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@830 95ad53e4-c205-0410-b2fa-d234c58c8868