summaryrefslogtreecommitdiffstats
path: root/initramfs
Commit message (Collapse)AuthorAgeFilesLines
* * implemented support for generating a separate initramfs-setup as part ofOliver Tappe2007-06-242-51/+18Star
| | | | | | | | | the initramfs, machine-setup is now transported via Conf-TGZ only. N.B.: Couldn't apply this to the 4.1.0 branch since init has diverted a little too much for my liking! Will look into this next week. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1189 95ad53e4-c205-0410-b2fa-d234c58c8868
* * simplified use of PATH-variables to only the top-level set, all theOliver Tappe2007-06-151-1/+1
| | | | | | | | | others will cease to be settable by the user soon * adjusted builddebianpackage accordingly (and did a cleanup along the way) Felix: please review, I hope I didn't mess it up... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1167 95ad53e4-c205-0410-b2fa-d234c58c8868
* LANG setup moved to /etc/default/localeSebastian Schmelzer2007-06-111-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1161 95ad53e4-c205-0410-b2fa-d234c58c8868
* Create directory.Volker Uhrig2007-06-081-1/+2
| | | | | | | We need it before we copy or create files there. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1160 95ad53e4-c205-0410-b2fa-d234c58c8868
* I'm blind. I need new glasses. Fixed wrong pathVolker Uhrig2007-06-081-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1159 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor path changesVolker Uhrig2007-06-081-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1158 95ad53e4-c205-0410-b2fa-d234c58c8868
* typo..Sebastian Schmelzer2007-06-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1154 95ad53e4-c205-0410-b2fa-d234c58c8868
* gdm late_dm fixSebastian Schmelzer2007-06-061-2/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1153 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed duplicate entry of config_distro and chmod for boot.slx addedSebastian Schmelzer2007-06-061-11/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1152 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed vmware-prep stuff from other distros too ...Dirk von Suchodoletz2007-06-062-3/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1151 95ad53e4-c205-0410-b2fa-d234c58c8868
* The vmware-prep script is deprecated (not provided any more as file).Dirk von Suchodoletz2007-06-064-26/+0Star
| | | | | | | | All stuff is handled within stage3 now ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1150 95ad53e4-c205-0410-b2fa-d234c58c8868
* Improved version for dnbd2 setup ...Dirk von Suchodoletz2007-06-061-7/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1149 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed obsolete udev stuff from debian specific. Added support forDirk von Suchodoletz2007-06-052-17/+19
| | | | | | | | | multisource dnbd2. Integrated functionality to read machine-setup and kernel commandline the same way for init variable initialization. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1148 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed missing changesVolker Uhrig2007-06-051-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1147 95ad53e4-c205-0410-b2fa-d234c58c8868
* Avoid pitfall if resolv.conf is a link.Dirk von Suchodoletz2007-06-042-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1146 95ad53e4-c205-0410-b2fa-d234c58c8868
* Path change of xdialog.sh from /etc/X11 to /var/X11R6/binVolker Uhrig2007-06-041-13/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1145 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed typo, which results in missing xdm menu entrysVolker Uhrig2007-06-041-6/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1143 95ad53e4-c205-0410-b2fa-d234c58c8868
* Proper naming for recent debian release ...Dirk von Suchodoletz2007-06-042-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1142 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for problem with cdrom device nodes and deletion of obsolete udev functionFelix Endres2007-06-042-21/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1141 95ad53e4-c205-0410-b2fa-d234c58c8868
* Check if more than one ethernet interface is present ...Dirk von Suchodoletz2007-06-013-1/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1138 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup for new style of virtual machine handling (runvware v2, seeDirk von Suchodoletz2007-06-015-34/+7Star
| | | | | | | #105), vmware-prep is not needed any longer. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1137 95ad53e4-c205-0410-b2fa-d234c58c8868
* Generate warning message if ConfTGZ can not be unpackedFelix Endres2007-06-013-1/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1136 95ad53e4-c205-0410-b2fa-d234c58c8868
* For Ubuntu: Include missing libraries for dhclient into initrd.Felix Endres2007-06-011-0/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1135 95ad53e4-c205-0410-b2fa-d234c58c8868
* Check in same fixes as for the branch ...Dirk von Suchodoletz2007-06-013-27/+30
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1134 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup for ntp settings (initial setup is distro independent), cleanupDirk von Suchodoletz2007-06-014-24/+13Star
| | | | | | | for (W)LAN interface stuff in slx init. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1129 95ad53e4-c205-0410-b2fa-d234c58c8868
* Extended blacklist (slamr modem driver is not needed in any case :-))Dirk von Suchodoletz2007-06-011-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1128 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix of mkdxsinitrd for WLAN environment setup (atheros) ...Dirk von Suchodoletz2007-06-011-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1127 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small bug which prevented the setting of default route if no PXE ipDirk von Suchodoletz2007-06-011-6/+7
| | | | | | | config was available ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1126 95ad53e4-c205-0410-b2fa-d234c58c8868
* Stuff for WLAN boot (all testing).Dirk von Suchodoletz2007-06-013-15/+40
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1125 95ad53e4-c205-0410-b2fa-d234c58c8868
* Change in pcitable (see #100) eepro100 -> e100. Changeback of sillyDirk von Suchodoletz2007-05-312-188/+187Star
| | | | | | | comments in mkdxsinitrd. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1124 95ad53e4-c205-0410-b2fa-d234c58c8868
* sync with runvmware-v2Volker Uhrig2007-05-311-68/+46Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1122 95ad53e4-c205-0410-b2fa-d234c58c8868
* new pcitable from the hwdata-gentoo-0.3-package (needed for graphics driver ↵Bastian Wissler2007-05-311-2746/+6776
| | | | | | initialization) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1120 95ad53e4-c205-0410-b2fa-d234c58c8868
* German error message added for dnbd2 ...Dirk von Suchodoletz2007-05-311-0/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1119 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fix for dnbd2 if the interface is dowm for short period (dhclientDirk von Suchodoletz2007-05-312-4/+15
| | | | | | | | related problem which is shared with the other network block devices too) and error message ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1118 95ad53e4-c205-0410-b2fa-d234c58c8868
* Extended slx init to handle dnbd2 blockdevices (stuff developed by VitoDirk von Suchodoletz2007-05-301-1/+13
| | | | | | | | | | di Leo, not released yet). Could be a drop in replacement for nbd (failover capabilities, no client tool needed, just handled via /sys interface) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1117 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for mkdxsinitrd (see r1114) and several testing stuff ...Dirk von Suchodoletz2007-05-302-17/+29
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1116 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing glibc-32bit to suse-10.2_x86_64 distro infoOliver Tappe2007-05-301-1/+7
| | | | | | | | | | | | | * fixed bug in mkdxsinitrd regarding all 64-bit distros: we have to drop the x86_64 extension from DISTRO_VERSION as otherwise the distro-specific files aren't found * added missing slxldd call on libpci.so.2 which is required because this library is being copied over manually (and it needs to drag along glibc-32bit on 64-bit distros). this closes ticket#136 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1113 95ad53e4-c205-0410-b2fa-d234c58c8868
* Incomplete hwdata/pcitable, for the problem see #100 ...Dirk von Suchodoletz2007-05-291-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1105 95ad53e4-c205-0410-b2fa-d234c58c8868
* * 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
* aktualisiertVolker Uhrig2007-05-211-54/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1088 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ensure that syslog-ng is used (syslog is deprecated and will not beDirk von Suchodoletz2007-05-141-1/+4
| | | | | | | configured) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1081 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
* Checking in tested block for flexible partition ID44 formatting andDirk von Suchodoletz2007-05-121-1/+2
| | | | | | | mounting ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1062 95ad53e4-c205-0410-b2fa-d234c58c8868
* Switched default behaviour to late_dm="yes" (to avoid keyboard troublesDirk von Suchodoletz2007-05-121-5/+5
| | | | | | | in X with SuSE clients). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1053 95ad53e4-c205-0410-b2fa-d234c58c8868
* Aggregated exclude list of files for stage2 for all SuSE versions.Dirk von Suchodoletz2007-05-126-40/+73
| | | | | | | Added/updated config and function files for Debian distros. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1052 95ad53e4-c205-0410-b2fa-d234c58c8868
* Increased usleep further on (because of micro rather than milli secondsDirk von Suchodoletz2007-05-112-6/+6
| | | | | | | :-)) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1044 95ad53e4-c205-0410-b2fa-d234c58c8868
* Update of pci.ids, adapted usleep time in hwautocfg (for busybox usleep)Dirk von Suchodoletz2007-05-112-147/+492
| | | | | | | | ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1043 95ad53e4-c205-0410-b2fa-d234c58c8868
* More cleanup, small fix for hwautocfg ...Dirk von Suchodoletz2007-05-113-37/+10Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1042 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed udev stuff (from main scripts and suse specific) ...Dirk von Suchodoletz2007-05-115-85/+26Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1041 95ad53e4-c205-0410-b2fa-d234c58c8868