summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Enabled busybox option to allow longer filenames in tar archives (seeDirk von Suchodoletz2007-06-152-1/+1
| | | | | | | end of #120), updating busybox. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1170 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added busybox 1.6.0 for testing (fdisk -l with complexer partitioningDirk von Suchodoletz2007-06-151-0/+0
| | | | | | | still broken, see #120) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1169 95ad53e4-c205-0410-b2fa-d234c58c8868
* Wrong unionfs-run-init patch, fixed.Dirk von Suchodoletz2007-06-151-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1165 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox patches for new 1.6.0 version (as separate files for testing)Dirk von Suchodoletz2007-06-153-0/+796
| | | | | | | and new configuration (.config) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1164 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add readme how busybox is created. This needs more work after the 4.1.0Lars Müller2007-04-291-0/+20
| | | | | | | release. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@962 95ad53e4-c205-0410-b2fa-d234c58c8868
* Also update the x86_64 busybox to version 1.4.2.Lars Müller2007-04-291-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@961 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated busybox.i586 and busybox.config to version 1.4.2.Lars Müller2007-04-297-284/+21Star
| | | | | | | busybox.i586 was compiled on a chrooted suse 10.1 system. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@953 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed busybox.i386 to busybox.i586, since I suppose that is its actual ↵Oliver Tappe2007-03-293-1/+1
| | | | | | | | | platform * added patched mksquashfs binary (version 3.2r2) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@834 95ad53e4-c205-0410-b2fa-d234c58c8868
* mksquashfs (regex) filters patch (to be tested, see #86) ...Dirk von Suchodoletz2007-01-311-0/+201
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@663 95ad53e4-c205-0410-b2fa-d234c58c8868
* Update patch set and config to bb 1.3.1.Lars Müller2007-01-127-71/+347
| | | | | | | Rename busybox-1.2.2-config to busybox.config. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@621 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox is now properly named for the two supported architectures: i386Dirk von Suchodoletz2007-01-102-0/+0
| | | | | | | | | | 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
* Updated busybox for 32bit systems ...Dirk von Suchodoletz2007-01-081-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@600 95ad53e4-c205-0410-b2fa-d234c58c8868
* Wrap bzip part of rpm2cpio into an else statement as we else can'tLars Müller2007-01-071-2/+2
| | | | | | | | | unpack RPMs with a gzip payload. The busybox bug tracking system was updated before. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@598 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hacky workaround for this busybox bug case.Lars Müller2007-01-072-0/+17
| | | | | | | This problem looks solved in bb 1.3.1. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@597 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox compiled for x86_64 (tested on 64bit SuSE9.3, 10.0 and DebianDirk von Suchodoletz2007-01-061-0/+0
| | | | | | | Sarge) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@591 95ad53e4-c205-0410-b2fa-d234c58c8868
* List of available applets including the path.Lars Müller2007-01-061-0/+87
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@590 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add BugID.Lars Müller2007-01-041-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@584 95ad53e4-c205-0410-b2fa-d234c58c8868
* Update busybox config file to add tools required by the stage1Lars Müller2007-01-045-33/+119
| | | | | | | | | | | | installer. Add busybox-patches directory: - bzip2-payload.diff allow rpm2cpio to unpack bzip2 RPM payload - unionfs-run-init.diff separat bb part from unionfs-run-init - series file is optional for quilt users git-svn-id: http://svn.openslx.org/svn/openslx/trunk@583 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox had broken killall - fixed. Fixed replacement bug for udhcpcDirk von Suchodoletz2006-12-151-0/+0
| | | | | | | | 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
* Improved busybox and its usage, added the config file for deployedDirk von Suchodoletz2006-12-152-0/+639
| | | | | | | | 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-152-0/+15
| | | | | | | | | 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
* Minor addons ... (and patch for run-init in combination with unionfs)Dirk von Suchodoletz2006-09-201-0/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@383 95ad53e4-c205-0410-b2fa-d234c58c8868
* Be more precise with the tar ball exclude.Lars Müller2006-08-251-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@332 95ad53e4-c205-0410-b2fa-d234c58c8868
* Don't include management-framework dir to tar ball.Lars Müller2006-08-251-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@330 95ad53e4-c205-0410-b2fa-d234c58c8868
* * replaced all occurrences of 'opendiskless' with 'openslx'Oliver Tappe2006-08-211-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@320 95ad53e4-c205-0410-b2fa-d234c58c8868
* Initial Makefile to distribute as a tar ball.Lars Müller2006-08-111-0/+3
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@293 95ad53e4-c205-0410-b2fa-d234c58c8868