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