Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Makefile: fix typo | Natanael Copa | 2009-03-27 | 1 | -1/+1 | |
| | ||||||
* | abuild: support for conflicts in makedepends | Natanael Copa | 2009-03-26 | 1 | -1/+4 | |
| | | | | | | prefix a makedepends with ! and its treated as a conflict. for example: makedepends="zlib-dev !gettext" | |||||
* | abuild: add support for https | Natanael Copa | 2009-03-26 | 1 | -1/+14 | |
| | | | | | | check if wget is in makedepends. fixes #11 | |||||
* | alpine.mk: include raid drivers in initramfs | Natanael Copa | 2009-03-25 | 1 | -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-init | Natanael Copa | 2009-03-25 | 1 | -1/+2 | |
| | ||||||
* | initram: support for root=/dev/md0, create busybox links | Natanael Copa | 2009-03-25 | 1 | -1/+13 | |
| | ||||||
* | initram: retry mount root incase its an usb device | Natanael Copa | 2009-03-17 | 1 | -6/+13 | |
| | ||||||
* | initram: start emergency shell if failed to switch to specified root | Natanael Copa | 2009-03-15 | 1 | -0/+2 | |
| | ||||||
* | add support to boot from usb | Natanael Copa | 2009-03-13 | 2 | -2/+8 | |
| | ||||||
* | alpine.mk: build the isofs only by default | Natanael Copa | 2009-03-13 | 1 | -4/+10 | |
| | | | | | | use 'make iso' to build the iso image. This is because we might want to build for usb | |||||
* | initram: fix the cute progressbar | Natanael Copa | 2009-03-13 | 1 | -1/+1 | |
| | ||||||
* | alpine.mk: create dir for repos dirstamp | Natanael Copa | 2009-03-13 | 1 | -1/+1 | |
| | ||||||
* | initram: support for booting off a harddisk | Natanael Copa | 2009-03-13 | 1 | -1/+14 | |
| | ||||||
* | alpine.mk: vserver template target | Natanael Copa | 2009-03-13 | 1 | -0/+17 | |
| | ||||||
* | release 1.12v1.12 | Natanael Copa | 2009-03-06 | 1 | -1/+1 | |
| | ||||||
* | abuild: fixes for new install scripts | Natanael Copa | 2009-03-06 | 5 | -36/+21 | |
| | ||||||
* | release 1.11v1.11 | Natanael Copa | 2009-03-06 | 1 | -1/+1 | |
| | ||||||
* | buildrepo: improve index regeneration handling | Natanael Copa | 2009-03-05 | 1 | -25/+34 | |
| | | | | This will hopefully fix the checksum errors | |||||
* | abuild: new style install scripts | Natanael Copa | 2009-03-04 | 1 | -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.cfg | Natanael Copa | 2009-03-04 | 1 | -2/+12 | |
| | ||||||
* | initramfs-init: use apk's --force | Timo Teras | 2009-03-04 | 1 | -3/+3 | |
| | ||||||
* | initramfs-init: use apk's --clean-protected | Timo Teras | 2009-03-04 | 1 | -5/+4 | |
| | ||||||
* | initramfs: process accounting & misc fixes | Timo Teras | 2009-03-03 | 3 | -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 possible | Natanael Copa | 2009-03-03 | 1 | -16/+25 | |
| | ||||||
* | abuild: do not add busybox as dep to busybox itself | Natanael Copa | 2009-03-02 | 1 | -1/+1 | |
| | ||||||
* | initramfs: bootchart integration with init | Timo Teras | 2009-02-26 | 2 | -1/+18 | |
| | | | | | modifications to makefile and initramfs init that were left out from previous commit. | |||||
* | initramfs: bootchart support | Timo Teras | 2009-02-26 | 1 | -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 drivers | Timo Teras | 2009-02-26 | 1 | -4/+1 | |
| | ||||||
* | initram: send output of apk add to /dev/null | Natanael Copa | 2009-02-25 | 1 | -1/+1 | |
| | ||||||
* | alpine.mk: clean stamp.repo | Natanael Copa | 2009-02-23 | 1 | -1/+1 | |
| | ||||||
* | initram: kill .apk-new files after installing newroot | Natanael Copa | 2009-02-23 | 1 | -0/+5 | |
| | | | | | and add a boot option keep_apk_new to keep them. Might be useful during upgrades. | |||||
* | release 1.10v1.10 | Natanael Copa | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | alpine.mk: added xtables-addons | Natanael Copa | 2009-02-20 | 1 | -3/+11 | |
| | ||||||
* | abuild: dont check md5sum if there are no sources. fix depends_has | Natanael Copa | 2009-02-20 | 1 | -6/+15 | |
| | ||||||
* | initfs: find apkovls on boot media | Natanael Copa | 2009-02-19 | 1 | -0/+3 | |
| | ||||||
* | initfs: support for modloop boot option | Natanael Copa | 2009-02-19 | 1 | -1/+6 | |
| | ||||||
* | alpine.mk: specify the filesystem for cdrom | Natanael Copa | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | initram: allow user o specify filesystem in alpine_dev boot param | Natanael Copa | 2009-02-18 | 1 | -1/+9 | |
| | ||||||
* | alpine.mk: add arch to iso name. use syslinux apk. find package in any repo | Natanael Copa | 2009-02-18 | 1 | -12/+19 | |
| | ||||||
* | buildrepo: purge old pkgs before generate index | Natanael Copa | 2009-02-17 | 1 | -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 self | Natanael Copa | 2009-02-17 | 1 | -1/+8 | |
| | | | | like when main package depends on subpackages | |||||
* | release 1.9v1.9 | Natanael Copa | 2009-02-12 | 1 | -1/+1 | |
| | ||||||
* | alpine.mk: do not create the /apks/ dir for packages | Natanael Copa | 2009-02-12 | 1 | -12/+14 | |
| | ||||||
* | alpine.mk/initram: name modloop after kernel flavor | Natanael Copa | 2009-02-12 | 2 | -7/+10 | |
| | | | | So we can support multiple kernels in parallel. | |||||
* | alpine.mk: build repositories before building iso | Natanael Copa | 2009-02-11 | 2 | -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 targets | Natanael Copa | 2009-02-11 | 1 | -7/+13 | |
| | ||||||
* | alpine.mk: added modloop phony target | Natanael Copa | 2009-02-11 | 1 | -0/+1 | |
| | ||||||
* | mkalpine: beep when iso is done | Natanael Copa | 2009-02-11 | 1 | -0/+9 | |
| | ||||||
* | initram: Do not echo alpine version | Natanael Copa | 2009-02-11 | 1 | -2/+1 | |
| | | | | alpine-baselayout does it. | |||||
* | buildrepo: copy files from aports if already built. | Natanael Copa | 2009-02-11 | 1 | -5/+38 | |
| | | | | and dont build index if its not needed |