summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
Commit message (Collapse)AuthorAgeFilesLines
* * part one of settings file related changes (ticket#122): Oliver Tappe2007-05-281-9/+9
| | | | | | | | - 'settings.default' now lives in /opt/openslx/share - 'settings.local' has been renamed to 'settings' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1103 95ad53e4-c205-0410-b2fa-d234c58c8868
* Better and simpler solution; thanks Olli :)Dirk von Suchodoletz2007-05-131-4/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1070 95ad53e4-c205-0410-b2fa-d234c58c8868
* Make mkdxsinitrd able to follow symlinks in kernel module directoryDirk von Suchodoletz2007-05-131-3/+16
| | | | | | | | (needed for weak-update mechanism). Now one level of symlinking is allowed ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1068 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed udev stuff (from main scripts and suse specific) ...Dirk von Suchodoletz2007-05-111-7/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1041 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further additions/fix for WLAN support in stage3.Dirk von Suchodoletz2007-05-101-1/+10
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1038 95ad53e4-c205-0410-b2fa-d234c58c8868
* Started to incorporate "WLAN driver support" into mkdxsinitrd (newDirk von Suchodoletz2007-05-091-12/+23
| | | | | | | | option -w ...) for test scenarios ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1037 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for the "-t" option in mkdxsinitrd and patch to add local additionsDirk von Suchodoletz2007-05-081-3/+11
| | | | | | | to Cards and pcitable (~share/templates/hwdata/{Cards,pcitable}.local) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1029 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ugly legacy removed (do not read stage3 functions for mkdxsinitrd),Dirk von Suchodoletz2007-05-071-3/+4
| | | | | | | thanks to Nico pointing that out ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1027 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanup with respect to how slxldd is invokedOliver Tappe2007-05-071-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1022 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved help text some moreOliver Tappe2007-05-061-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1021 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added -S to helpOliver Tappe2007-05-061-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1020 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug that inhibited busybox to drag the required libs alongOliver Tappe2007-05-061-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1018 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed minor problem with superfluous rm warningOliver Tappe2007-05-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1010 95ad53e4-c205-0410-b2fa-d234c58c8868
* It might be more convenient to use the mkfs.ext2 out of rootfilesystemDirk von Suchodoletz2007-05-061-2/+3
| | | | | | | | than copying it into initramfs (unless available via busybox again) ... (Same principle is used for ldconfig already) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1008 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added option -S to mkdxsinitrd in order to pass in the system nameOliver Tappe2007-05-061-11/+24
| | | | | | | | | | | * replaced $DISTRO by $DISTRO_NAME and $DISTRO_VER * added $SYSTEM_NAME and used it at a couple of places where $DISTRO was used before * removed the two tries to fetch the config-tgz without any system name, as these are never generated by the demuxer anyway. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1007 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further cleanups, some deprecated stuff removed from mkdxsinitrd (theDirk von Suchodoletz2007-05-051-5/+1Star
| | | | | | | | | options -D, -v are not available any more, see MkinitrdHowto for more information) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1003 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
* 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
* * 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-281-4/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@942 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-281-141/+64Star
| | | | | | | | 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
* * renamed '/etc/sysconfig/slxconfig' to '/etc/sysconfig/slxsystem.conf' in ↵Oliver Tappe2007-04-051-4/+4
| | | | | | | | | | | 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
* Writing halt script for SuSE systems from functions-*, see #111Dirk von Suchodoletz2007-04-051-4/+6
| | | | | | | | | 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
* Fix for mkdxsinitrd (skip strip) ...Dirk von Suchodoletz2007-03-201-3/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@787 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy cleanup, proper variable assignement for D_XORGBIN (instead ofDirk von Suchodoletz2007-03-011-0/+1
| | | | | | | XBinPath in displayvars), bugfix ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@740 95ad53e4-c205-0410-b2fa-d234c58c8868
* mkdxsinitrd changed to create proper initramfs for gentoo & ↵Bastian Wissler2007-02-061-0/+3
| | | | | | functions-default for gentoo to start udev at systemstart without starting sysinit git-svn-id: http://svn.openslx.org/svn/openslx/trunk@693 95ad53e4-c205-0410-b2fa-d234c58c8868
* Variable NWMODULES was set to late to its default value.Felix Endres2007-02-041-5/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@679 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of variables (in slx init/functions) to be compatible with Dirk von Suchodoletz2007-02-041-13/+16
| | | | | | | | | | machine-setup assignements. Reading machine-setup at the beginning of slx init to have the possibility to move kernel commandline parameters to file if common for all client using a certain InitRamFS ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@677 95ad53e4-c205-0410-b2fa-d234c58c8868
* Got onto the proper track: Gentoo is somehow (incompletely) booting now.Dirk von Suchodoletz2007-02-011-1/+1
| | | | | | | | | | | Unfortunately the provided scripts of that distro are ugly to use :-( Added configuration to ''gentoo/config-default'', cleaned up the ''gentoo/functions-default''. Added the proper commands to modify boot scripts and startup into a slx usable way ... Still lots of stuff to do ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@665 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added exclusion of runlevel links to init (tar in bind mount scenario toDirk von Suchodoletz2007-01-301-1/+1
| | | | | | | 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
* 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
* 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
* Busybox is now properly named for the two supported architectures: i386Dirk von Suchodoletz2007-01-101-23/+22Star
| | | | | | | | | | 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-091-0/+1
| | | | 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-081-7/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@600 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated slxmkramfs and mkdxsinitrd (merged new functionality), removedDirk von Suchodoletz2007-01-051-30/+31
| | | | | | | | 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
* Improved "watchdog" for auto power off, if stage3 does not completeDirk von Suchodoletz2006-12-171-5/+4Star
| | | | | | | | | | | 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-161-10/+9Star
| | | | | | | 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-151-0/+8
| | | | | | | | 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-151-12/+12
| | | | | | | 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-151-10/+10
| | | | | | | | | 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-141-1/+1
| | | | | | | | | 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-141-3/+5
| | | | | | | | | 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-121-19/+16Star
| | | | | | | | adaptations for new kdmrc template. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@531 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of the floppy image for vmware stuff ... Optional parameter for Dirk von Suchodoletz2006-12-021-5/+14
| | | | | | | | | 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