summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2009-03-05buildrepo: improve index regeneration handlingNatanael Copa1-25/+34
This will hopefully fix the checksum errors
2009-03-04abuild: new style install scriptsNatanael Copa1-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-04alpine.mk: generate syslinux.cfgNatanael Copa1-2/+12
2009-03-04initramfs-init: use apk's --forceTimo Teras1-3/+3
2009-03-04initramfs-init: use apk's --clean-protectedTimo Teras1-5/+4
2009-03-03initramfs: process accounting & misc fixesTimo Teras3-35/+44
enable bootchartd to use kernel process accounting for noticing all processes. also fix various little bits around the initramfs init.
2009-03-03alpine.mk: use/build system repository if possibleNatanael Copa1-16/+25
2009-03-02abuild: do not add busybox as dep to busybox itselfNatanael Copa1-1/+1
2009-02-26initramfs: bootchart integration with initTimo Teras2-1/+18
modifications to makefile and initramfs init that were left out from previous commit.
2009-02-26initramfs: bootchart supportTimo Teras1-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-26initramfs-init: optimize probing of hardware driversTimo Teras1-4/+1
2009-02-25initram: send output of apk add to /dev/nullNatanael Copa1-1/+1
2009-02-23alpine.mk: clean stamp.repoNatanael Copa1-1/+1
2009-02-23initram: kill .apk-new files after installing newrootNatanael Copa1-0/+5
and add a boot option keep_apk_new to keep them. Might be useful during upgrades.
2009-02-20release 1.10v1.10Natanael Copa1-1/+1
2009-02-20alpine.mk: added xtables-addonsNatanael Copa1-3/+11