summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile: fix typoNatanael Copa2009-03-271-1/+1
|
* abuild: support for conflicts in makedependsNatanael Copa2009-03-261-1/+4
| | | | | | prefix a makedepends with ! and its treated as a conflict. for example: makedepends="zlib-dev !gettext"
* abuild: add support for httpsNatanael Copa2009-03-261-1/+14
| | | | | | check if wget is in makedepends. fixes #11
* alpine.mk: include raid drivers in initramfsNatanael Copa2009-03-251-2/+2
| | | | | I think we only need raid1 and maybe raid5 but now we copy the entire md subdir. so there are room for size optimization here.
* Makefile: install initramfs-initNatanael Copa2009-03-251-1/+2
|
* initram: support for root=/dev/md0, create busybox linksNatanael Copa2009-03-251-1/+13
|
* initram: retry mount root incase its an usb deviceNatanael Copa2009-03-171-6/+13
|
* initram: start emergency shell if failed to switch to specified rootNatanael Copa2009-03-151-0/+2
|
* add support to boot from usbNatanael Copa2009-03-132-2/+8
|
* alpine.mk: build the isofs only by defaultNatanael Copa2009-03-131-4/+10
| | | | | | use 'make iso' to build the iso image. This is because we might want to build for usb
* initram: fix the cute progressbarNatanael Copa2009-03-131-1/+1
|
* alpine.mk: create dir for repos dirstampNatanael Copa2009-03-131-1/+1
|
* initram: support for booting off a harddiskNatanael Copa2009-03-131-1/+14
|
* alpine.mk: vserver template targetNatanael Copa2009-03-131-0/+17
|
* release 1.12v1.12Natanael Copa2009-03-061-1/+1
|
* abuild: fixes for new install scriptsNatanael Copa2009-03-065-36/+21
|
* release 1.11v1.11Natanael Copa2009-03-061-1/+1
|
* buildrepo: improve index regeneration handlingNatanael Copa2009-03-051-25/+34
| | | | This will hopefully fix the checksum errors
* abuild: new style install scriptsNatanael Copa2009-03-041-9/+21
| | | | | | | | install scripts are splitted into separate scripts. The install variable should contain a list of the scripts. Each script should be the pkgname with action as suffix. I.E: install="$pkgname.pre-install $pkgname.post-install"
* alpine.mk: generate syslinux.cfgNatanael Copa2009-03-041-2/+12
|
* initramfs-init: use apk's --forceTimo Teras2009-03-041-3/+3
|
* initramfs-init: use apk's --clean-protectedTimo Teras2009-03-041-5/+4
|
* initramfs: process accounting & misc fixesTimo Teras2009-03-033-35/+44
| | | | | | | enable bootchartd to use kernel process accounting for noticing all processes. also fix various little bits around the initramfs init.
* alpine.mk: use/build system repository if possibleNatanael Copa2009-03-031-16/+25
|
* abuild: do not add busybox as dep to busybox itselfNatanael Copa2009-03-021-1/+1
|
* initramfs: bootchart integration with initTimo Teras2009-02-262-1/+18
| | | | | modifications to makefile and initramfs init that were left out from previous commit.
* initramfs: bootchart supportTimo Teras2009-02-261-0/+192
| | | | | | include a modified version of bootchartd, and modify the initramfs to take start recording of boot sequence to /var/log/bootchart.tgz if "chart" option is specified in boot command line.
* initramfs-init: optimize probing of hardware driversTimo Teras2009-02-261-4/+1
|
* initram: send output of apk add to /dev/nullNatanael Copa2009-02-251-1/+1
|
* alpine.mk: clean stamp.repoNatanael Copa2009-02-231-1/+1
|
* initram: kill .apk-new files after installing newrootNatanael Copa2009-02-231-0/+5
| | | | | and add a boot option keep_apk_new to keep them. Might be useful during upgrades.
* release 1.10v1.10Natanael Copa2009-02-201-1/+1
|
* alpine.mk: added xtables-addonsNatanael Copa2009-02-201-3/+11
|
* abuild: dont check md5sum if there are no sources. fix depends_hasNatanael Copa2009-02-201-6/+15
|
* initfs: find apkovls on boot mediaNatanael Copa2009-02-191-0/+3
|
* initfs: support for modloop boot optionNatanael Copa2009-02-191-1/+6
|
* alpine.mk: specify the filesystem for cdromNatanael Copa2009-02-181-1/+1
|
* initram: allow user o specify filesystem in alpine_dev boot paramNatanael Copa2009-02-181-1/+9
|
* alpine.mk: add arch to iso name. use syslinux apk. find package in any repoNatanael Copa2009-02-181-12/+19
|
* buildrepo: purge old pkgs before generate indexNatanael Copa2009-02-171-3/+6
| | | | and generate index if it is missing, even if all packages are up2date.
* abuild: do not try build/install dependencies that are provided by selfNatanael Copa2009-02-171-1/+8
| | | | like when main package depends on subpackages
* release 1.9v1.9Natanael Copa2009-02-121-1/+1
|
* alpine.mk: do not create the /apks/ dir for packagesNatanael Copa2009-02-121-12/+14
|
* alpine.mk/initram: name modloop after kernel flavorNatanael Copa2009-02-122-7/+10
| | | | So we can support multiple kernels in parallel.
* alpine.mk: build repositories before building isoNatanael Copa2009-02-112-21/+42
| | | | | Use the built repositories as source for the iso components rather than just pick whats in a given dir.
* alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targetsNatanael Copa2009-02-111-7/+13
|
* alpine.mk: added modloop phony targetNatanael Copa2009-02-111-0/+1
|
* mkalpine: beep when iso is doneNatanael Copa2009-02-111-0/+9
|
* initram: Do not echo alpine versionNatanael Copa2009-02-111-2/+1
| | | | alpine-baselayout does it.
* buildrepo: copy files from aports if already built.Natanael Copa2009-02-111-5/+38
| | | | and dont build index if its not needed