summaryrefslogtreecommitdiffstats
path: root/installer
Commit message (Collapse)AuthorAgeFilesLines
* * replaced all occurrences of 'opendiskless' with 'openslx'Oliver Tappe2006-08-211-24/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@320 95ad53e4-c205-0410-b2fa-d234c58c8868
* (hopefully) fixed #71 - please check!Dirk von Suchodoletz2006-08-181-11/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@317 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixes for pathes and file names for new configuration framework and fsDirk von Suchodoletz2006-08-171-11/+11
| | | | | | | structure ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@310 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow to use admin provided passwd and shadow files (do not create aDirk von Suchodoletz2006-08-161-2/+3
| | | | | | | | custom file, if /rootfs/etc/passwd is present in stage3/initramfs) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@301 95ad53e4-c205-0410-b2fa-d234c58c8868
* Extended configuration mechanism (get tgz files instead of simpleDirk von Suchodoletz2006-08-162-11/+46
| | | | | | | | | | 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
* Changes for new filesystem structure (see BootRootVerzeichnisse) andDirk von Suchodoletz2006-08-111-3/+3
| | | | | | | | minor bugfix in old ld4-inst. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@294 95ad53e4-c205-0410-b2fa-d234c58c8868
* See ticket #69 (length of kernel commandline) ...Dirk von Suchodoletz2006-07-291-7/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@288 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed keymapFelix Endres2006-07-261-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@287 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-244-7/+49
| | | | | | | | | | | 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
* Abgleich wg alter konflikteFelix Endres2006-07-201-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@282 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for certain keyboard (inactivity) problem, introduction of keytableDirk von Suchodoletz2006-07-091-1/+8
| | | | | | | | setup function ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@279 95ad53e4-c205-0410-b2fa-d234c58c8868
* bugfix in pxemenu creationMichael Janczyk2006-07-061-4/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@274 95ad53e4-c205-0410-b2fa-d234c58c8868
* versionserkennung für ubuntu 6.06 angepassts8tomaie2006-06-281-1/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@258 95ad53e4-c205-0410-b2fa-d234c58c8868
* passwd bugDirk von Suchodoletz2006-05-311-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@243 95ad53e4-c205-0410-b2fa-d234c58c8868
* not all was done by me - so check the log for changes :-))Dirk von Suchodoletz2006-05-231-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@233 95ad53e4-c205-0410-b2fa-d234c58c8868
* some fixes ...Dirk von Suchodoletz2006-05-231-2/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@232 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor changes in excluding files ...Dirk von Suchodoletz2006-05-232-1/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@230 95ad53e4-c205-0410-b2fa-d234c58c8868
* elevator="noop" needed for nbd/squashfs - added in ld4-instDirk von Suchodoletz2006-05-201-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@225 95ad53e4-c205-0410-b2fa-d234c58c8868
* installer bug (adding of nbd modules failed) fixed ...Dirk von Suchodoletz2006-05-201-5/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@224 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixes in the installer (dhcpd.conf on SuSE servers), ...Dirk von Suchodoletz2006-05-202-16/+28
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@223 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed autofs bug ...Dirk von Suchodoletz2006-05-181-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@218 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixes and cleanups within installer, see #51 tooDirk von Suchodoletz2006-05-112-61/+40Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@210 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix for debuglevel in ld4-inst, kdmrc in functions-9.3, ...Dirk von Suchodoletz2006-05-102-618/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@209 95ad53e4-c205-0410-b2fa-d234c58c8868
* Debians udev is working now.Felix Endres2006-05-011-1/+7
| | | | | | | Bugs in the installer fixed git-svn-id: http://svn.openslx.org/svn/openslx/ld4@206 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix for USB/VMware issue, removing unneeded dhcp user specifiedDirk von Suchodoletz2006-04-294-8/+3Star
| | | | | | | variables git-svn-id: http://svn.openslx.org/svn/openslx/ld4@203 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bug at kernel choice fixedFelix Endres2006-04-281-3/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@202 95ad53e4-c205-0410-b2fa-d234c58c8868
* Both scripts can now be called by nested symlinksNico Dietrich2006-04-251-15/+18
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@195 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added a function to make the script dir the pwdNico Dietrich2006-04-211-1/+38
| | | | | | | | mkdxsinitrd and ld4-inst can now be called from everywhere, including the possibility to call them by a (soft) link git-svn-id: http://svn.openslx.org/svn/openslx/ld4@193 95ad53e4-c205-0410-b2fa-d234c58c8868
* added start script enabling for NIS (ypbind)Dirk von Suchodoletz2006-04-121-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@182 95ad53e4-c205-0410-b2fa-d234c58c8868
* code cleanups and small fixes ...Dirk von Suchodoletz2006-04-101-0/+1
| | | | 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-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@174 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor corrections ...Dirk von Suchodoletz2006-04-061-12/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@171 95ad53e4-c205-0410-b2fa-d234c58c8868
* some more for the nbd, squashfs support ...Dirk von Suchodoletz2006-04-063-8/+43
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@167 95ad53e4-c205-0410-b2fa-d234c58c8868
* some fixes and addons ...Dirk von Suchodoletz2006-04-053-26/+12Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@165 95ad53e4-c205-0410-b2fa-d234c58c8868
* now do really fix it!!Nico Dietrich2006-04-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@163 95ad53e4-c205-0410-b2fa-d234c58c8868
* next fixNico Dietrich2006-04-041-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@161 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix ssh in debian and ubuntuNico Dietrich2006-04-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@158 95ad53e4-c205-0410-b2fa-d234c58c8868
* next fixNico Dietrich2006-04-042-7/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@157 95ad53e4-c205-0410-b2fa-d234c58c8868
* only diff if old file existsNico Dietrich2006-04-041-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@156 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix for last commitNico Dietrich2006-04-042-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@155 95ad53e4-c205-0410-b2fa-d234c58c8868
* introduce distribution dependant root passwordNico Dietrich2006-04-044-4/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@154 95ad53e4-c205-0410-b2fa-d234c58c8868
* introduce vendor_pre&postinit; inst: only create new config_files when ↵Nico Dietrich2006-04-041-20/+26
| | | | | | different; portmap in ubuntu git-svn-id: http://svn.openslx.org/svn/openslx/ld4@153 95ad53e4-c205-0410-b2fa-d234c58c8868
* fix gdm, kdm in debian, ubuntuNico Dietrich2006-04-041-0/+42
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@152 95ad53e4-c205-0410-b2fa-d234c58c8868
* make sure what to answerNico Dietrich2006-04-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@149 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor fixesNico Dietrich2006-04-041-3/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@148 95ad53e4-c205-0410-b2fa-d234c58c8868
* save kernel choice correctlyNico Dietrich2006-04-031-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@147 95ad53e4-c205-0410-b2fa-d234c58c8868
* minifix and comment for installer ...Dirk von Suchodoletz2006-04-031-6/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@145 95ad53e4-c205-0410-b2fa-d234c58c8868
* exclude file for SuSE 9.3 distribution (installer component)Dirk von Suchodoletz2006-04-031-0/+27
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@144 95ad53e4-c205-0410-b2fa-d234c58c8868
* bugfixes in ld4-inst, correcting rsync excludes, ...Dirk von Suchodoletz2006-04-034-37/+70
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@143 95ad53e4-c205-0410-b2fa-d234c58c8868