summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03abuild: pull in makedepends by using virtual packages in abuildrepoNatanael Copa1-10/+14
Basicly, let apk-tools deal with the dependencies rather than let abuild do it
2009-06-03alpine.mk: wait with calculating dir size til the dir is filled upNatanael Copa1-1/+1
2009-06-03alpine.mk remove unused varsNatanael Copa1-3/+2
2009-06-02alpine.mk: build iso from binary packages in system repositoryNatanael Copa1-59/+23
This is so you can build the iso image without having the aports tree.
2009-05-27alpine.mk: use apk fetch to build apk repositoryNatanael Copa1-15/+36
2009-05-25alpine.mk: maketarget for usb imagesNatanael Copa1-3/+27
2009-05-14abuild: use apk index -d to update the abuildrepo indexNatanael Copa1-10/+34
2009-05-13initfs: add floppy kernel moduleNatanael Copa1-1/+1
fixes #28
2009-05-08abuild: create symlink to package in tmprepoNatanael Copa1-4/+19
The tmprepo is a temporary repository used by abuild to handle the dependencies of the newly built packages.
2009-05-08abuild: rename pkgdirbase to pkgbasedirNatanael Copa1-5/+5
2009-05-08abuild: create .provides-so file in package dirNatanael Copa1-1/+3
This will later be used to figure out the dynamic dependencies.
2009-05-08abuild: prepare pkg dirs/meta files and create packages separately. ↵Natanael Copa1-14/+34
Dependency speedup. Run all subpackage functions and prepare the dirs first and create the package itself later on. This will make it possible to automatically trace the dependencies. Also, speed up the detection of which makedeps are installed and which needs to be built/installed. this requires apk-tools_pre11.
2009-05-08use .in files for scriptsNatanael Copa5-25/+75
2009-05-08abuild: move the pkgdir to pkg/<name>Natanael Copa1-2/+3
where <pkg> is package/subpackage name
2009-05-06alpine.mk: build initramfs image with mkinitfsNatanael Copa1-77/+5
2009-04-16alpine.mk: add iscsi kernel module to modloopNatanael Copa1-1/+3
2009-04-16initram: unpack apkovl with --numeric-ownerNatanael Copa1-3/+3
fixes #23
2009-04-16initram: try continue boot after emergency shell exitNatanael Copa1-2/+2
sometimes it is possible to manually fix the problem, for example mount the alpine device manually after modprobing the correct modules. Then it makes sense to continue boot rather than just die.
2009-04-15initram: version 1.1Natanael Copa1-1/+1
2009-04-15initram: beep before prompting for passwordNatanael Copa1-1/+2
2009-04-15initram: support for encrypted apkovlsNatanael Copa1-2/+30
2009-04-15initram: find all repos in 2 dir levels on boot mediaNatanael Copa1-4/+5
2009-04-13added utility to compare packages versions on iso imagesNatanael Copa1-0/+80
2009-04-13alpine.mk: include dahdilinux on the modloopNatanael Copa1-2/+3
set default packages dir to ~/packages
2009-04-08abuild: reset $install for sub packagesNatanael Copa1-1/+2
fixes #22
2009-04-02abuild: version 1.14v1.14Natanael Copa1-1/+1
2009-04-02abuild: filter out conflicts when building dependenciesNatanael Copa1-1/+9
2009-04-02initram: ignore non-repositories in packages/ subdirNatanael Copa1-2/+2
2009-04-01abuild: added feature to (un)install all build dependencies in one shotNatanael Copa1-0/+10
2009-04-01release 1.13v1.13Natanael Copa1-1/+1
2009-04-01abuild: include gtk-doc in the -doc subpackageNatanael Copa1-1/+1
2009-03-27initram: wait for usbdisk to settleNatanael Copa1-2/+9
2009-03-27alpine.mk: iso load usb-storage, sha1 targetNatanael Copa1-2/+14
2009-03-27Makefile: fix typoNatanael Copa1-1/+1
2009-03-26abuild: support for conflicts in makedependsNatanael Copa1-1/+4
prefix a makedepends with ! and its treated as a conflict. for example: makedepends="zlib-dev !gettext"
2009-03-26abuild: add support for httpsNatanael Copa1-1/+14
check if wget is in makedepends. fixes #11
2009-03-25alpine.mk: include raid drivers in initramfsNatanael Copa1-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-25Makefile: install initramfs-initNatanael Copa1-1/+2
2009-03-25initram: support for root=/dev/md0, create busybox linksNatanael Copa1-1/+13
2009-03-17initram: retry mount root incase its an usb deviceNatanael Copa1-6/+13
2009-03-15initram: start emergency shell if failed to switch to specified rootNatanael Copa1-0/+2
2009-03-13add support to boot from usbNatanael Copa2-2/+8
2009-03-13alpine.mk: build the isofs only by defaultNatanael Copa1-4/+10
use 'make iso' to build the iso image. This is because we might want to build for usb
2009-03-13initram: fix the cute progressbarNatanael Copa1-1/+1
2009-03-13alpine.mk: create dir for repos dirstampNatanael Copa1-1/+1
2009-03-13initram: support for booting off a harddiskNatanael Copa1-1/+14
2009-03-13alpine.mk: vserver template targetNatanael Copa1-0/+17
2009-03-06release 1.12v1.12Natanael Copa1-1/+1
2009-03-06abuild: fixes for new install scriptsNatanael Copa5-36/+21
2009-03-06release 1.11v1.11Natanael Copa1-1/+1