Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-03 | abuild: use build-base meta package as hard makedepends | Natanael Copa | 1 | -1/+1 | |
2009-06-03 | alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb images | Natanael Copa | 1 | -1/+1 | |
The sda1 might be a sata or scsi harddisk so usb image might be sdb1 or sdc1. The /dev/usbdisk link will always point to the first usb disk. | |||||
2009-06-03 | alpine.mk: include the dependencies in the APK_INDEX | Natanael Copa | 1 | -1/+1 | |
The APK_FILES does not contain the dependencies for the wanted packages so we cannot use this variable when generating the index. | |||||
2009-06-03 | abuild: pull in makedepends by using virtual packages in abuildrepo | Natanael Copa | 1 | -10/+14 | |
Basicly, let apk-tools deal with the dependencies rather than let abuild do it | |||||
2009-06-03 | alpine.mk: wait with calculating dir size til the dir is filled up | Natanael Copa | 1 | -1/+1 | |
2009-06-03 | alpine.mk remove unused vars | Natanael Copa | 1 | -3/+2 | |
2009-06-02 | alpine.mk: build iso from binary packages in system repository | Natanael Copa | 1 | -59/+23 | |
This is so you can build the iso image without having the aports tree. | |||||
2009-05-27 | alpine.mk: use apk fetch to build apk repository | Natanael Copa | 1 | -15/+36 | |
2009-05-25 | alpine.mk: maketarget for usb images | Natanael Copa | 1 | -3/+27 | |
2009-05-14 | abuild: use apk index -d to update the abuildrepo index | Natanael Copa | 1 | -10/+34 | |
2009-05-13 | initfs: add floppy kernel module | Natanael Copa | 1 | -1/+1 | |
fixes #28 | |||||
2009-05-08 | abuild: create symlink to package in tmprepo | Natanael Copa | 1 | -4/+19 | |
The tmprepo is a temporary repository used by abuild to handle the dependencies of the newly built packages. | |||||
2009-05-08 | abuild: rename pkgdirbase to pkgbasedir | Natanael Copa | 1 | -5/+5 | |
2009-05-08 | abuild: create .provides-so file in package dir | Natanael Copa | 1 | -1/+3 | |
This will later be used to figure out the dynamic dependencies. | |||||
2009-05-08 | abuild: prepare pkg dirs/meta files and create packages separately. ↵ | Natanael Copa | 1 | -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-08 | use .in files for scripts | Natanael Copa | 5 | -25/+75 | |
2009-05-08 | abuild: move the pkgdir to pkg/<name> | Natanael Copa | 1 | -2/+3 | |
where <pkg> is package/subpackage name | |||||
2009-05-06 | alpine.mk: build initramfs image with mkinitfs | Natanael Copa | 1 | -77/+5 | |
2009-04-16 | alpine.mk: add iscsi kernel module to modloop | Natanael Copa | 1 | -1/+3 | |
2009-04-16 | initram: unpack apkovl with --numeric-owner | Natanael Copa | 1 | -3/+3 | |
fixes #23 | |||||
2009-04-16 | initram: try continue boot after emergency shell exit | Natanael Copa | 1 | -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-15 | initram: version 1.1 | Natanael Copa | 1 | -1/+1 | |
2009-04-15 | initram: beep before prompting for password | Natanael Copa | 1 | -1/+2 | |
2009-04-15 | initram: support for encrypted apkovls | Natanael Copa | 1 | -2/+30 | |
2009-04-15 | initram: find all repos in 2 dir levels on boot media | Natanael Copa | 1 | -4/+5 | |
2009-04-13 | added utility to compare packages versions on iso images | Natanael Copa | 1 | -0/+80 | |
2009-04-13 | alpine.mk: include dahdilinux on the modloop | Natanael Copa | 1 | -2/+3 | |
set default packages dir to ~/packages | |||||
2009-04-08 | abuild: reset $install for sub packages | Natanael Copa | 1 | -1/+2 | |
fixes #22 | |||||
2009-04-02 | abuild: version 1.14v1.14 | Natanael Copa | 1 | -1/+1 | |
2009-04-02 | abuild: filter out conflicts when building dependencies | Natanael Copa | 1 | -1/+9 | |
2009-04-02 | initram: ignore non-repositories in packages/ subdir | Natanael Copa | 1 | -2/+2 | |
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 | |