summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff
Commit message (Collapse)AuthorAgeFilesLines
...
* Hope that solves the "hanging/no keyboard" X display problem: ReorderingDirk von Suchodoletz2007-05-053-13/+10Star
| | | | | | | | 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
* 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-281-2/+2
| | | | | | | (to be checked if beta is available) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@945 95ad53e4-c205-0410-b2fa-d234c58c8868
* Code cleanups, simplifications ...Dirk von Suchodoletz2007-04-282-25/+18Star
| | | | 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
* Major changes for stage3/initramfs: busybox is made the main tool ...Dirk von Suchodoletz2007-04-282-10/+12
| | | | | | | | 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
* 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
* Some cleanup ...Dirk von Suchodoletz2007-04-251-14/+13Star
| | | | 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
* Support the setup (basic functionality only) of printer and samba (SuSEDirk von Suchodoletz2007-04-242-5/+20
| | | | | | | 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
* 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-071-3/+4
| | | | | | | | 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-052-10/+10
| | | | | | | | | | | 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-052-7/+9
| | | | | | | | | 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-014-10/+10
| | | | | | | 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-291-1/+1
| | | | | | | 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-272-1/+33
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@830 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ugly problem with changed kdm* behaviour in SuSE10.2 - by now EXEC andDirk von Suchodoletz2007-03-221-2/+2
| | | | | | | | | TRYEXEC in *.desktop need full path to script to be executed properly (detection works still the old style) - changes are backward compat. You have to set the template files accordingly. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@794 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated pcitable (still supopt. see #100), unset of rootfs in init, addedDirk von Suchodoletz2007-03-222-43/+43
| | | | | | | media to nonexcluded directories ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@793 95ad53e4-c205-0410-b2fa-d234c58c8868
* Forgot the pcitable ...Dirk von Suchodoletz2007-03-211-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@792 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some simple fixes and additions to the hardware database.Dirk von Suchodoletz2007-03-214-3/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@791 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed "strip" for slxmkramfs too, small fix for message output ...Dirk von Suchodoletz2007-03-201-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@788 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for mkdxsinitrd (skip strip) ...Dirk von Suchodoletz2007-03-202-4/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@787 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hardware detection, list handling not optimal; we need a good source forDirk von Suchodoletz2007-03-023-5/+113
| | | | | | | | that (Gentoo!?) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@742 95ad53e4-c205-0410-b2fa-d234c58c8868
* Incomplete pcitable again (added some specific devices), fix for XorgDirk von Suchodoletz2007-03-022-1/+7
| | | | | | | call ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@741 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy cleanup, proper variable assignement for D_XORGBIN (instead ofDirk von Suchodoletz2007-03-012-26/+19Star
| | | | | | | XBinPath in displayvars), bugfix ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@740 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated all hardware autodetection related files ...Dirk von Suchodoletz2007-02-284-3670/+4495
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@736 95ad53e4-c205-0410-b2fa-d234c58c8868
* "Umlauts" are not to clever in restricted console mode ...Dirk von Suchodoletz2007-02-281-96/+105
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@735 95ad53e4-c205-0410-b2fa-d234c58c8868
* Modified, checked stage3 error messages ...Dirk von Suchodoletz2007-02-283-50/+56
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@734 95ad53e4-c205-0410-b2fa-d234c58c8868
* Rootfs stacking functionality for unionfsFelix Endres2007-02-272-38/+51
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@730 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trivial fix for fake files (variable renaming ...)Dirk von Suchodoletz2007-02-271-3/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@728 95ad53e4-c205-0410-b2fa-d234c58c8868
* Problems with certain hardware modules (ata_piix in SuSE10.2)Dirk von Suchodoletz2007-02-263-11/+27
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@726 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfix for init/hwautocfg (waitfor), minor cleanups ...Dirk von Suchodoletz2007-02-264-8/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@724 95ad53e4-c205-0410-b2fa-d234c58c8868