Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | initram: find all repos in 2 dir levels on boot media | Natanael Copa | 2009-04-15 | 1 | -4/+5 | |
| | ||||||
* | added utility to compare packages versions on iso images | Natanael Copa | 2009-04-13 | 1 | -0/+80 | |
| | ||||||
* | alpine.mk: include dahdilinux on the modloop | Natanael Copa | 2009-04-13 | 1 | -2/+3 | |
| | | | | set default packages dir to ~/packages | |||||
* | abuild: reset $install for sub packages | Natanael Copa | 2009-04-08 | 1 | -1/+2 | |
| | | | | fixes #22 | |||||
* | abuild: version 1.14 | Natanael Copa | 2009-04-02 | 1 | -1/+1 | |
| | ||||||
* | abuild: filter out conflicts when building dependencies | Natanael Copa | 2009-04-02 | 1 | -1/+9 | |
| | ||||||
* | initram: ignore non-repositories in packages/ subdir | Natanael Copa | 2009-04-02 | 1 | -2/+2 | |
| | ||||||
* | abuild: added feature to (un)install all build dependencies in one shot | Natanael Copa | 2009-04-01 | 1 | -0/+10 | |
| | ||||||
* | release 1.13 | Natanael Copa | 2009-04-01 | 1 | -1/+1 | |
| | ||||||
* | abuild: include gtk-doc in the -doc subpackage | Natanael Copa | 2009-04-01 | 1 | -1/+1 | |
| | ||||||
* | initram: wait for usbdisk to settle | Natanael Copa | 2009-03-27 | 1 | -2/+9 | |
| | ||||||
* | alpine.mk: iso load usb-storage, sha1 target | Natanael Copa | 2009-03-27 | 1 | -2/+14 | |
| | ||||||
* | 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.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.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.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 | |
| |