summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
* Rearranging start scriptsFelix Endres2007-03-262-2/+22
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@820 95ad53e4-c205-0410-b2fa-d234c58c8868
* Better handling of nfsv4 ... still to be improved (check combinationDirk von Suchodoletz2007-03-231-9/+11
| | | | | | | with krb) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@808 95ad53e4-c205-0410-b2fa-d234c58c8868
* yet a kdmrc-Correction for gentoos functions-default ;-)Michael Janczyk2007-03-221-7/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@797 95ad53e4-c205-0410-b2fa-d234c58c8868
* kdmrc-Correction for gentoos functions-defaultMichael Janczyk2007-03-221-0/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@796 95ad53e4-c205-0410-b2fa-d234c58c8868
* added Gentoo-specific services (needs autofs-support in kernel) + kdmrc-fileMichael Janczyk2007-03-222-4/+98
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@795 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-215-3/+5
| | | | 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-202-4/+1Star
| | | | 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-203-7/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@787 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug in busybox mode which left out the required libraries. The fix isn'tOliver Tappe2007-03-111-2/+4
| | | | | | | | correct as it copies the libraries from the host system, not from the target, but we ignore that as slxmkramfs will be reimplemented in perl, soon. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@750 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-024-3/+9
| | | | | | | 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-0117-62/+126
| | | | | | | XBinPath in displayvars), bugfix ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@740 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small bug ...Dirk von Suchodoletz2007-03-011-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@739 95ad53e4-c205-0410-b2fa-d234c58c8868
* Switch off autologon in sysconfig/displaymanager ... should beDirk von Suchodoletz2007-03-011-0/+1
| | | | | | | configurable some day. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@738 95ad53e4-c205-0410-b2fa-d234c58c8868
* Upstart related handling of inittab ...Root2007-02-282-20/+35
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@737 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