summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
* Debugging output for level 20, 21, (22) ... see DebugLevel ...Dirk von Suchodoletz2007-01-302-19/+55
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@659 95ad53e4-c205-0410-b2fa-d234c58c8868
* general kdm config now in /etc/functionsMichael Janczyk2007-01-304-105/+33Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@658 95ad53e4-c205-0410-b2fa-d234c58c8868
* ... still problems with stage3 / hwsetup in some cases (takes ages ...Dirk von Suchodoletz2007-01-302-2/+3
| | | | | | | problems with module load!?) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@657 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some chipsets (IGP) are not able to use fglrx, cleanup in file to beDirk von Suchodoletz2007-01-303-2/+5
| | | | | | | | excluded via stage3 etc setup ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@656 95ad53e4-c205-0410-b2fa-d234c58c8868
* cmd == ""Dirk von Suchodoletz2007-01-301-0/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@652 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added exclusion of runlevel links to init (tar in bind mount scenario toDirk von Suchodoletz2007-01-306-31/+27Star
| | | | | | | clean up initial_boot), see Changeset 650 too ... Minor fixes ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@651 95ad53e4-c205-0410-b2fa-d234c58c8868
* Update of the hardware description files was needed because of newDirk von Suchodoletz2007-01-302-0/+5
| | | | | | | hardware. Problem not really solved yet, see bug #100 ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@650 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup in distro configs (${D_ETCEXCL} does not to have the runlevelDirk von Suchodoletz2007-01-306-17/+41
| | | | | | | | | | | directories). Excluding them via tar in slx '''init''' to avoid ugly timing problem when calling rllinker in hwautocfg and servconfig ... Thus cleanup in initial_boot (in general functions file) was possible too ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@649 95ad53e4-c205-0410-b2fa-d234c58c8868
* Create link in /var/X11R6/bin if variable XBinPath is set (viaDirk von Suchodoletz2007-01-301-14/+12Star
| | | | | | | | displayvars in distro specific functions file), bit of cleanup. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@648 95ad53e4-c205-0410-b2fa-d234c58c8868
* Wrong "sleep" was removed in rev. 638 ...Dirk von Suchodoletz2007-01-221-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@641 95ad53e4-c205-0410-b2fa-d234c58c8868
* Recoded the shell "(u)sleep" functions, depends on /proc by now, butDirk von Suchodoletz2007-01-224-55/+75
| | | | | | | | | | | | should not impose to much (obsoletes rev. 629). Added AUTHORS file. Switched off halt/shutdown links for initial/boot.d scripts (in functions seems no need, but may produce problems if switched on) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@640 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removes faulty error messagesFelix Endres2007-01-221-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@639 95ad53e4-c205-0410-b2fa-d234c58c8868
* Dropping sleepFelix Endres2007-01-211-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@638 95ad53e4-c205-0410-b2fa-d234c58c8868
* Missing sleep (without busybox) made the watchdog shutdown immediatelyFelix Endres2007-01-151-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@629 95ad53e4-c205-0410-b2fa-d234c58c8868
* Quiet output, if in debug=0 ...Root2007-01-121-8/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@622 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix in hwautocfg (wait for device to appear) and small compatibilityRoot2007-01-123-5/+7
| | | | | | | hack for vmware-prep ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@617 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvamwre: path variable added and floppy image ranamed.Michael Janczyk2007-01-102-9/+19
| | | | | | | | | | | nvram: now with 'winterzeit' dhcpmkconfig: DEBUGLEVEL unset, so that the DEBUGLEVEL doesn't change for no reason during boot servconfig: sed expression changed to work with busybox git-svn-id: http://svn.openslx.org/svn/openslx/trunk@610 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox is now properly named for the two supported architectures: i386Dirk von Suchodoletz2007-01-103-25/+32
| | | | | | | | | | and x86_64. mkdxsinitrd includes usb keyboard stuff per default and init loads the modules rather early (otherwise on non-legacy machines debugging might be difficult) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@609 95ad53e4-c205-0410-b2fa-d234c58c8868
* x86_64 architecture integration should be started ...Dirk von Suchodoletz2007-01-092-7/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@604 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated busybox for 32bit systems ...Dirk von Suchodoletz2007-01-082-13/+15
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@600 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox compiled for x86_64 (tested on 64bit SuSE9.3, 10.0 and DebianDirk von Suchodoletz2007-01-061-1/+1
| | | | | | | Sarge) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@591 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated slxmkramfs and mkdxsinitrd (merged new functionality), removedDirk von Suchodoletz2007-01-053-99/+134
| | | | | | | | old busybox. It's location changed for a while additional applets are added, see InstallerNeu for other types of usage of this tool ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@586 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small cleanups ...Dirk von Suchodoletz2006-12-226-47/+64
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@581 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for non-busybox watchdog (or should we add (u)sleep to the initramfsDirk von Suchodoletz2006-12-221-1/+2
| | | | | | | too?) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@580 95ad53e4-c205-0410-b2fa-d234c58c8868
* Kill the "watchdog" properly at the end of init (stage3).Dirk von Suchodoletz2006-12-221-4/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@579 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for busybox nfs mount (uses UDP in default, so TCP has to be givenDirk von Suchodoletz2006-12-222-3/+5
| | | | | | | | as explicit option), fix for dhcp request if no ip= is given in kernel commandline (set interface to UP). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@578 95ad53e4-c205-0410-b2fa-d234c58c8868
* A few files which are propably needed by udevd + version update (gentoo)Bastian Wissler2006-12-214-1/+337
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@577 95ad53e4-c205-0410-b2fa-d234c58c8868
* Improved "watchdog" for auto power off, if stage3 does not completeDirk von Suchodoletz2006-12-174-56/+28Star
| | | | | | | | | | | after around two minutes. Removed klibc stuff (ipconfig, nfsmount) which was never really in use (klibc is deprecated and the busybox approach seems much more promising to keep the initramfs small and flexible). Little cleanups ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@564 95ad53e4-c205-0410-b2fa-d234c58c8868
* Enabled busybox udev service (see #99 too). Integrated for genereal useDirk von Suchodoletz2006-12-169-47/+70
| | | | | | | if present in InitRamFS... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@551 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox had broken killall - fixed. Fixed replacement bug for udhcpcDirk von Suchodoletz2006-12-153-4/+11
| | | | | | | | script, nameserver in resolv.conf is set properly now. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@549 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renamed run-init to switch_root to simplify the usage of the busyboxDirk von Suchodoletz2006-12-153-14/+14
| | | | | | | pendant in stage3 init script... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@545 95ad53e4-c205-0410-b2fa-d234c58c8868
* Improved busybox and its usage, added the config file for deployedDirk von Suchodoletz2006-12-151-6/+6
| | | | | | | | version. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@543 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added new busybox in new place (tools, Makefile, ...) Busybox hasDirk von Suchodoletz2006-12-153-15/+17
| | | | | | | | | modified switch_root (same as for run-init ...) Updated mkdxsinitrd for busybox usage (same has to be done for slxmkramfs when tested properly) Minor fixes ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@536 95ad53e4-c205-0410-b2fa-d234c58c8868
* Autopoweroff if stuck in Stage3/initramfs. Unfortunately rather CPUDirk von Suchodoletz2006-12-145-14/+24
| | | | | | | | | intensive if no (u)sleep binary is used but shell instead (for some reason TMOUT=$1 read does not work in init) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@535 95ad53e4-c205-0410-b2fa-d234c58c8868
* First steps to include (open)SuSE10.2 into SLX environment (see #98). Tried ↵Dirk von Suchodoletz2006-12-149-18/+240
| | | | | | | | | to fix the /dev/nvidia* permissions (failed, see #92 too)... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@534 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvmware xdialog write to stdout. kdmrc template established +Michael Janczyk2006-12-123-20/+131
| | | | | | | | adaptations for new kdmrc template. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@531 95ad53e4-c205-0410-b2fa-d234c58c8868
* bigfix in DBSchema, floppy image renamed to fd.imgMichael Janczyk2006-12-051-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@528 95ad53e4-c205-0410-b2fa-d234c58c8868
* Wrong fix made it ... corrected now (missing netmask in machine-setup)Dirk von Suchodoletz2006-12-021-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@527 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of the floppy image for vmware stuff ... Optional parameter for Dirk von Suchodoletz2006-12-022-8/+31
| | | | | | | | | directly passing location of machine-setup to mkdxsinitrd. Fixes and additions (auto power off - not enabled yet) and bugfix for missing netmask ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@526 95ad53e4-c205-0410-b2fa-d234c58c8868
* First steps towards the new Ubuntu release (no much technical yet) ...Michael Janczyk2006-11-273-0/+142
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@522 95ad53e4-c205-0410-b2fa-d234c58c8868
* Permissions fix for /dev/shm (a+rwxt ...)Dirk von Suchodoletz2006-11-211-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@520 95ad53e4-c205-0410-b2fa-d234c58c8868
* NVidia should work accelerated too (SuSE10.1 only, see #42) ...Root2006-11-202-11/+22
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@517 95ad53e4-c205-0410-b2fa-d234c58c8868
* User specified data has priority, so switch of radeon->fglrx, nv->nvidiaDirk von Suchodoletz2006-11-201-4/+6
| | | | | | | | should be tried earlier ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@516 95ad53e4-c205-0410-b2fa-d234c58c8868
* Support for nvidia too, still to be checked. Disable parallel start ofDirk von Suchodoletz2006-11-204-19/+38
| | | | | | | | runlevel scripts in SuSE (no gain, but trouble), tvout option ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@515 95ad53e4-c205-0410-b2fa-d234c58c8868
* Support for commercial X servers (ATI at the moment ...)Dirk von Suchodoletz2006-11-204-13/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@514 95ad53e4-c205-0410-b2fa-d234c58c8868
* Timing issue for too fast systems fixed (hwautocfg ended in stage4Root2006-11-161-1/+4
| | | | | | | | instead of 3) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@513 95ad53e4-c205-0410-b2fa-d234c58c8868
* Problems with udhcpc fixed (not optimal), some exclude stuff, to get theRoot2006-11-143-26/+37
| | | | | | | proper *.o and avoid the general crowd of *.o from kernel etc... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@512 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed Problem with old Kernel command line parameterFelix Endres2006-11-141-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@511 95ad53e4-c205-0410-b2fa-d234c58c8868
* tftp path issue, see documentation too (do not use the abs. pathDirk von Suchodoletz2006-11-141-15/+9Star
| | | | | | | in servers filesystem for tftp requests) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@509 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add some specific hardware to be detected (NVidia graphics adaptor)Dirk von Suchodoletz2006-11-132-0/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@508 95ad53e4-c205-0410-b2fa-d234c58c8868