summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully completed #78 task, moved directory name (initramfs toDirk von Suchodoletz2006-09-181-527/+0Star
| | | | | | | distinguish from ancient but not longer used Initial Ramdisk concept) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@380 95ad53e4-c205-0410-b2fa-d234c58c8868
* Altered variable style for various client rootfilesystem types, useDirk von Suchodoletz2006-09-071-33/+44
| | | | | | | | | | | | | rootfs=proto://server:port/path (or filesystem) instead of separate (d)nbdroot=, nfsroot= variables. This allows to add further protocols for rootfilesystem (AoE, iSCSI, ...) if needed easily. Honour user/admin provided kdmrc or gdm.conf (via ConfTGZ - if a file is found, slx setup is skipped for these files) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@360 95ad53e4-c205-0410-b2fa-d234c58c8868
* VMware environment: loopfile and mount will be placed in /etc/vmwareDirk von Suchodoletz2006-09-031-7/+8
| | | | | | | | | | | | now to avoid problems with nfs and unionfs. Cleanups in vmware-prep script. Introduced new debug level for script runtime calculation, see DebugLevel for further information. Code cleanups in major initramfs scripts, improved /tmp handling in hwautocfg and init ... Removed imgsrv variable (from machine-setup), just merged with the vmware variable (put the vmware image source here ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@352 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed the fontproblem for gdm + ubuntu + bindmountsFelix Endres2006-08-241-1/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@328 95ad53e4-c205-0410-b2fa-d234c58c8868
* * replaced all occurrences of 'opendiskless' with 'openslx'Oliver Tappe2006-08-211-21/+21
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@320 95ad53e4-c205-0410-b2fa-d234c58c8868
* uri format for automount and scratch (/tmp via nfs, ...), little fixes,Dirk von Suchodoletz2006-08-201-1/+3
| | | | | | | | cleanups, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@319 95ad53e4-c205-0410-b2fa-d234c58c8868
* Extended configuration mechanism (get tgz files instead of simpleDirk von Suchodoletz2006-08-161-6/+9
| | | | | | | | | | machine-setup for advanced config), tested with normal toolset and busybox, small bugfixes like: fixed duplicate entries to machine-setup, small ash-sh related bug, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@300 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simple install mechanism for directory structure setup (make install)Michael Janczyk2006-08-151-2/+2
| | | | | | | | | for the opendiskless package. First moves for new type of file get system configuration. Do not use this version. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@299 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ubuntu 5.10: workingFelix Endres2006-08-151-7/+8
| | | | | | | Ubuntu 6.06: still problems with gdm git-svn-id: http://svn.openslx.org/svn/openslx/trunk@297 95ad53e4-c205-0410-b2fa-d234c58c8868
* Mainly Fixes for Ubuntu 5.10Felix Endres2006-07-261-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@286 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added function for URI interpretation, enabling URI notation for severalDirk von Suchodoletz2006-07-241-16/+11Star
| | | | | | | | | | | sources (fileget, fileservice, ...), moved local configurable hardware configuration (pcitable.local, Cards.local) to central config directory on server (added to hwdata files by mkdxsinitrd) ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@285 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trying on fix for #65 (different handling of kbd settings for SuSEDirk von Suchodoletz2006-07-151-4/+4
| | | | | | | | distros), minor other fixes and additions ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@281 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added "fileget" configuration (via tftp from ~/tftpboot/client-config/*),Dirk von Suchodoletz2006-07-091-9/+9
| | | | | | | | | | see BootRootVerzeichnisse and ClientConfiguration, fix for dhclient (multiple) config entries in machine-setup ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@280 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for vm-udev, addition of glx-check for ATI, see HardwareErkennungDirk von Suchodoletz2006-07-081-2/+3
| | | | | | | | too ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@277 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hack to run-init to handle UnionFS properly as root fs on disklessDirk von Suchodoletz2006-07-051-2/+3
| | | | | | | clients. See UnionfsBenutzen for explanation ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@271 95ad53e4-c205-0410-b2fa-d234c58c8868
* Enhanced debugging settings (see DebugLevel), some fixes for the useDirk von Suchodoletz2006-07-031-4/+5
| | | | | | | | with busybox, ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@267 95ad53e4-c205-0410-b2fa-d234c58c8868
* Just check in - do not use this version.Dirk von Suchodoletz2006-07-031-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@266 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minor fixes for use of unionfs ...Dirk von Suchodoletz2006-07-031-5/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@264 95ad53e4-c205-0410-b2fa-d234c58c8868
* Initial support for busybox, update of hwsetup and hw configuration dataDirk von Suchodoletz2006-06-301-2/+4
| | | | | | | | ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@262 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added descriptions, some cleanups, ...Dirk von Suchodoletz2006-06-251-10/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@250 95ad53e4-c205-0410-b2fa-d234c58c8868
* Massive changes for distro specific configurations (mkdxsinitrd,Dirk von Suchodoletz2006-06-241-5/+5
| | | | | | | | distro-specs/*) ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@249 95ad53e4-c205-0410-b2fa-d234c58c8868
* corrected timing issue for apperance of nbd modules (within init),Dirk von Suchodoletz2006-05-281-6/+5Star
| | | | | | | | placeholder functions for distro specific stuff in /etc/functions ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@240 95ad53e4-c205-0410-b2fa-d234c58c8868
* not all was done by me - so check the log for changes :-))Dirk von Suchodoletz2006-05-231-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@233 95ad53e4-c205-0410-b2fa-d234c58c8868
* some fixes ...Dirk von Suchodoletz2006-05-231-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@232 95ad53e4-c205-0410-b2fa-d234c58c8868
* small bug fixes and additions ...Dirk von Suchodoletz2006-05-221-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@229 95ad53e4-c205-0410-b2fa-d234c58c8868
* some fixes for automounter, better timing in init for nbd mounts ...Dirk von Suchodoletz2006-05-211-6/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@227 95ad53e4-c205-0410-b2fa-d234c58c8868
* see ticket #54 - tryout for special path /var/X11R6/bin ...Dirk von Suchodoletz2006-05-201-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@226 95ad53e4-c205-0410-b2fa-d234c58c8868
* kiosk mode enabled, cleanup in functions-10.1, ignore atiixp_modemDirk von Suchodoletz2006-05-201-3/+3
| | | | | | | | module ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@222 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix for debuglevel in ld4-inst, kdmrc in functions-9.3, ...Dirk von Suchodoletz2006-05-101-3/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@209 95ad53e4-c205-0410-b2fa-d234c58c8868
* added synaptics mouse support, temp. bugfix in init ($DEBUGLEVEL),Dirk von Suchodoletz2006-05-011-16/+26
| | | | | | | | cleanups ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@207 95ad53e4-c205-0410-b2fa-d234c58c8868
* Debians udev is working now.Felix Endres2006-05-011-1/+6
| | | | | | | Bugs in the installer fixed git-svn-id: http://svn.openslx.org/svn/openslx/ld4@206 95ad53e4-c205-0410-b2fa-d234c58c8868
* added info file (benefits and differences of the new version 4)Dirk von Suchodoletz2006-04-121-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@183 95ad53e4-c205-0410-b2fa-d234c58c8868
* simplifications for union mounts in init (but problems still exist),Dirk von Suchodoletz2006-04-121-7/+5Star
| | | | | | | message output for nfs mounts changed ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@181 95ad53e4-c205-0410-b2fa-d234c58c8868
* reboot after leaving debug shell in initrd, mount reordering for UnionFSDirk von Suchodoletz2006-04-111-9/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@179 95ad53e4-c205-0410-b2fa-d234c58c8868
* code cleanups and small fixes ...Dirk von Suchodoletz2006-04-101-4/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@175 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed cowloop initialization part ...Dirk von Suchodoletz2006-04-101-6/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@174 95ad53e4-c205-0410-b2fa-d234c58c8868
* added bootlocal script (user def. script to run in normal boot), ensuredDirk von Suchodoletz2006-04-091-5/+9
| | | | | | | | ash shell compatibility of scripts ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@173 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix for ip= line configuration problem with etherbootDirk von Suchodoletz2006-04-071-9/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@172 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor corrections ...Dirk von Suchodoletz2006-04-061-6/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@171 95ad53e4-c205-0410-b2fa-d234c58c8868
* do nfs over tcp, unset env. variables after initrdNico Dietrich2006-04-061-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@169 95ad53e4-c205-0410-b2fa-d234c58c8868
* introduce vendor_pre&postinit; inst: only create new config_files when ↵Nico Dietrich2006-04-041-0/+3
| | | | | | different; portmap in ubuntu git-svn-id: http://svn.openslx.org/svn/openslx/ld4@153 95ad53e4-c205-0410-b2fa-d234c58c8868
* added cowdev (for cowloop device activation) to mkdxsinitrd,Dirk von Suchodoletz2006-04-031-18/+29
| | | | | | | generalized nfsmnt function ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@146 95ad53e4-c205-0410-b2fa-d234c58c8868
* completed relocations of messages to specific file for init, functionsDirk von Suchodoletz2006-04-021-68/+27Star
| | | | | | | and suse-functions ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@142 95ad53e4-c205-0410-b2fa-d234c58c8868
* put error/info messages to a separat file (base for later localizationDirk von Suchodoletz2006-04-021-22/+13Star
| | | | | | | | ...) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@140 95ad53e4-c205-0410-b2fa-d234c58c8868
* extensions within the installer for mksquashfs, integration of cowloopDirk von Suchodoletz2006-03-311-10/+32
| | | | | | | (special network block device module) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@136 95ad53e4-c205-0410-b2fa-d234c58c8868
* mostly bugfixes and small improvements ...Dirk von Suchodoletz2006-03-301-3/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@133 95ad53e4-c205-0410-b2fa-d234c58c8868
* more debug level, exclude-common for rsync (files and directories commonDirk von Suchodoletz2006-03-301-8/+7Star
| | | | | | | | for all distros), ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@132 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed ugly bug with ldd library detection, fixed bug for dhcpcd use,Dirk von Suchodoletz2006-03-271-13/+14
| | | | | | | | started to integrate gentoo, minor fixes ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@129 95ad53e4-c205-0410-b2fa-d234c58c8868
* move vm-mount into InitRD, heavy cleanups in initial ramdiskDirk von Suchodoletz2006-03-251-9/+10
| | | | | | | | environment, ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@127 95ad53e4-c205-0410-b2fa-d234c58c8868
* adding id 83 partitions to fstab, changes for temp directory Dirk von Suchodoletz2006-03-241-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@123 95ad53e4-c205-0410-b2fa-d234c58c8868