summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing issue #401 ...Dirk von Suchodoletz2009-03-241-35/+35
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2755 95ad53e4-c205-0410-b2fa-d234c58c8868
* Setting the localization properly ...Dirk von Suchodoletz2009-03-113-21/+23
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2713 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changing the default behaviour of unionfs/aufs usage:Dirk von Suchodoletz2009-03-102-29/+16Star
| | | | | | | | * use aufs/unionfs (in this order) if available * disable the functionality via kernel cmdline with noaufs/nounionfs git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2707 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for transportation of init variables into hooks and back again.Dirk von Suchodoletz2009-03-041-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2667 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added the general bridge configuration feature as described in ticketDirk von Suchodoletz2009-03-041-27/+1Star
| | | | | | | | | | #311: The xenbr function is moved to the appropriate init hook from general functions (cleaning up there). The bridge init hook for the several virtualization tools like vmware, qemukvm, virtualbox use the same filename as the action is to be performed just once ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2665 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor cosmetic changesMichael Janczyk2009-03-021-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2661 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes for the smb/cifs mount function.Dirk von Suchodoletz2009-02-251-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2641 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleaned up/restructured the mounting of fs components (function Dirk von Suchodoletz2009-02-251-5/+37
| | | | | | | | | fsmount), removed creation of /dev/rtc (as it is a moving target in newer distros (25N 0 instead of traditional 10 135) - solution to be found), earlier start of dbus/hal in Ubuntu. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2639 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes for the new run-virt.sh system ...Dirk von Suchodoletz2009-02-241-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2636 95ad53e4-c205-0410-b2fa-d234c58c8868
* Duplicate iw* tools in uclib-rootfs. Added libiw to the wlanbootDirk von Suchodoletz2009-01-171-1/+1
| | | | | | | | plugin (at some point the iw* stuff should be removed completely from uclib-rootfs). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2488 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some more fixes, added missing file.Dirk von Suchodoletz2009-01-171-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2486 95ad53e4-c205-0410-b2fa-d234c58c8868
* Moving WLAN related stuff out of mainline stage3 (as suggested byDirk von Suchodoletz2009-01-133-21/+0Star
| | | | | | | zooey). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2471 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some smaller cleanups within the stage3 stuff ...Dirk von Suchodoletz2008-12-233-6/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2453 95ad53e4-c205-0410-b2fa-d234c58c8868
* added waitfor dnsconfig if server is a name, so that fileget over http... ↵Michael Janczyk2008-11-041-0/+2
| | | | | | can work git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2379 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixesSebastian Schmelzer2008-10-151-3/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2312 95ad53e4-c205-0410-b2fa-d234c58c8868
* Finally recreated proper bootsplash functionality with wrapped init-hooks Dirk von Suchodoletz2008-10-151-1/+1
| | | | | | | (see #259). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2307 95ad53e4-c205-0410-b2fa-d234c58c8868
* Applying init-wrapper to the init-hook system.Dirk von Suchodoletz2008-10-151-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2302 95ad53e4-c205-0410-b2fa-d234c58c8868
* added link to ld-linuxMichael Janczyk2008-10-141-1/+2
| | | | | | removed bug which caused function to break aftet checking xfs git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2296 95ad53e4-c205-0410-b2fa-d234c58c8868
* Wait for a proper file to see proper end of disk detection.Dirk von Suchodoletz2008-10-141-1/+1
| | | | | | | Should fix #297 (please test on different distros). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2291 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minimal cosmetics. Setting version to 4.9.0 (preview of 5.0 release) ...Dirk von Suchodoletz2008-10-051-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2264 95ad53e4-c205-0410-b2fa-d234c58c8868
* * tftp_get is now more silent..Sebastian Schmelzer2008-10-011-8/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2261 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed fileget() to use tftp wrapper functionSebastian Schmelzer2008-09-241-13/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2244 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixesSebastian Schmelzer2008-09-241-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2243 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added tftp wrapper functionSebastian Schmelzer2008-09-241-0/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2242 95ad53e4-c205-0410-b2fa-d234c58c8868
* added modifications from ticket #232 again, since they somehow got lostMichael Janczyk2008-09-181-1/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2238 95ad53e4-c205-0410-b2fa-d234c58c8868
* Be more verbose where the ConfTGZ config came from.Dirk von Suchodoletz2008-09-161-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2232 95ad53e4-c205-0410-b2fa-d234c58c8868
* * add configuration for ubuntu udev init scriptSebastian Schmelzer2008-09-021-0/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2183 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup of by now obsoleted tool versions (ddcprobe, 915res).Dirk von Suchodoletz2008-08-281-3/+3
| | | | | | | Update for udhcpc call in stage3 functions (see r2110, r2111). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2112 95ad53e4-c205-0410-b2fa-d234c58c8868
* Remove the misleading (and not in all setups properly working optionDirk von Suchodoletz2008-08-271-2/+2
| | | | | | | "-o" from the udhcpc call, see #265 too). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2106 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for ip configuration (no ip= in cmdline), cleanup.Dirk von Suchodoletz2008-08-261-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2098 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fetch nis* information from the dhcp-server.Dirk von Suchodoletz2008-08-231-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2085 95ad53e4-c205-0410-b2fa-d234c58c8868
* * merged branch 'initramfs-ng' back intro trunk - requires careful testing ...Oliver Tappe2008-08-204-0/+1437
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2055 95ad53e4-c205-0410-b2fa-d234c58c8868