summaryrefslogtreecommitdiffstats
path: root/core/busybox
Commit message (Collapse)AuthorAgeFilesLines
* core/busybox: add patches from upstream. enable tar long optionsNatanael Copa2009-04-165-5/+78
| | | | | tar long options is needed for --numeric-owner which is needed for bug #23 I enabled rpm2cpio while I was here.
* core/busybox: patch for support for tar --numeric-ownerNatanael Copa2009-04-152-1/+95
|
* core/busybox: create /tmp dirNatanael Copa2009-03-271-1/+2
| | | | | | | | | | | | the --initdb will be ignored if there are a /var/lib/apk/world file and will not create the needed /tmp. Since the apkovl contains this file, the /tmp will never be created, which causes busybox.post-install to fail due to the missing /tmp. The /tmp is provided by alpine-baselayout which depends on busybox so its not there whel busybox is installed. As a workaround we add /tmp to busybox package. The correct way to handle this is to make apk add create /tmp if its not there already when extracting the install script.
* core/busybox: include the /bin/sh link so post-install worksNatanael Copa2009-03-273-7/+7
|
* core/busybox: create /usr/bin /usr/sbinNatanael Copa2009-03-241-3/+4
| | | | the dirs are needed for busybox --install -s in post-install/upgrade
* extra/wget: restore busybox links on deinstallNatanael Copa2009-03-2012-787/+568
|
* core/busybox: support for depmod -rNatanael Copa2009-02-262-1/+25
| | | | so we can build linux kernel
* core/busybox: modprobe speedup patch refreshTimo Teras2009-02-263-49/+147
| | | | | Make the trivial cases faster. E.g. when probing module by exact name, do not parse the alias maps.
* core/busybox: speed up modprobe -aTimo Teras2009-02-252-1/+372
| | | | experimental patch to speed up bootup time.
* core/busybox: remove findfsNatanael Copa2009-02-082-2/+2
| | | | let e2fsprogs deal with it.
* core/busybox: added patches from upstreamNatanael Copa2009-02-086-8/+220
|
* core/busybox: do not use /usr. rm man makedevs. added reformimeNatanael Copa2009-02-081-8/+8
| | | | | | | bb links are only installed in /bin and /sbin Removed man support Removed makedevs Added reformime
* Merge branch 'master' of ssh://dev.alpinelinux.org/var/gitroot/aportsNatanael Copa2009-01-052-0/+117
|\ | | | | | | | | Conflicts: core/busybox/APKBUILD
| * core/busybox: hotfix for depmod -bTimo Teras2009-01-032-1/+118
| |
* | core/busybox: enable switch_rootNatanael Copa2009-01-052-3/+3
|/
* core/busybox: upgrade to 1.13.2Natanael Copa2009-01-021-2/+2
|
* core/busybox: upgrade to 1.13.1Natanael Copa2008-12-031-19/+3
|
* core/busybox: added init patchNatanael Copa2008-11-291-1/+3
|
* core/busybox: change pkgrel to 1Natanael Copa2008-11-291-1/+1
| | | | The busybox ash patch was updated so it is a new build revision.
* core/busybox updated checksum for busybox-1.13.0-ash.patchCarlo Landmeter2008-11-291-1/+1
|
* core/busybox: upgrade to 1.13.0Natanael Copa2008-11-258-12024/+106
|
* core/busybox: disable ar and patch applets. they only cause painNatanael Copa2008-11-132-4/+4
|
* added patches from fixes-1.12.1Linux User2008-11-093-8/+22
| | | | added 'od' applet
* various: adjusted dependenciesNatanael Copa2008-11-071-2/+1
|
* core/busybox: fixed bad checksumNatanael Copa2008-11-061-1/+1
|
* removed unused patchNatanael Copa2008-10-181-13/+0
|
* added busyboxNatanael Copa2008-10-1811-0/+12859