summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* initram: try continue boot after emergency shell exitNatanael Copa2009-04-161-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.
* initram: version 1.1Natanael Copa2009-04-151-1/+1
|
* initram: beep before prompting for passwordNatanael Copa2009-04-151-1/+2
|
* initram: support for encrypted apkovlsNatanael Copa2009-04-151-2/+30
|
* initram: find all repos in 2 dir levels on boot mediaNatanael Copa2009-04-151-4/+5
|
* added utility to compare packages versions on iso imagesNatanael Copa2009-04-131-0/+80
|
* alpine.mk: include dahdilinux on the modloopNatanael Copa2009-04-131-2/+3
| | | | set default packages dir to ~/packages
* abuild: reset $install for sub packagesNatanael Copa2009-04-081-1/+2
| | | | fixes #22
* abuild: version 1.14v1.14Natanael Copa2009-04-021-1/+1
|
* abuild: filter out conflicts when building dependenciesNatanael Copa2009-04-021-1/+9
|
* initram: ignore non-repositories in packages/ subdirNatanael Copa2009-04-021-2/+2
|
* abuild: added feature to (un)install all build dependencies in one shotNatanael Copa2009-04-011-0/+10
|
* release 1.13v1.13Natanael Copa2009-04-011-1/+1
|
* abuild: include gtk-doc in the -doc subpackageNatanael Copa2009-04-011-1/+1
|
* initram: wait for usbdisk to settleNatanael Copa2009-03-271-2/+9
|
* alpine.mk: iso load usb-storage, sha1 targetNatanael Copa2009-03-271-2/+14
|
* Makefile: fix typoNatanael Copa2009-03-271-1/+1
|
* abuild: support for conflicts in makedependsNatanael Copa2009-03-261-1/+4
| | | | | | prefix a makedepends with ! and its treated as a conflict. for example: makedepends="zlib-dev !gettext"
* abuild: add support for httpsNatanael Copa2009-03-261-1/+14
| | | | | | check if wget is in makedepends. fixes #11
* alpine.mk: include raid drivers in initramfsNatanael Copa2009-03-251-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-initNatanael Copa2009-03-251-1/+2
|
* initram: support for root=/dev/md0, create busybox linksNatanael Copa2009-03-251-1/+13
|
* initram: retry mount root incase its an usb deviceNatanael Copa2009-03-171-6/+13
|
* initram: start emergency shell if failed to switch to specified rootNatanael Copa2009-03-151-0/+2
|
* add support to boot from usbNatanael Copa2009-03-132-2/+8
|
* alpine.mk: build the isofs only by defaultNatanael Copa2009-03-131-4/+10
| | | | | | use 'make iso' to build the iso image. This is because we might want to build for usb
* initram: fix the cute progressbarNatanael Copa2009-03-131-1/+1
|
* alpine.mk: create dir for repos dirstampNatanael Copa2009-03-131-1/+1
|
* initram: support for booting off a harddiskNatanael Copa2009-03-131-1/+14
|
* alpine.mk: vserver template targetNatanael Copa2009-03-131-0/+17
|
* release 1.12v1.12Natanael Copa2009-03-061-1/+1
|
* abuild: fixes for new install scriptsNatanael Copa2009-03-065-36/+21
|
* release 1.11v1.11Natanael Copa2009-03-061-1/+1
|
* buildrepo: improve index regeneration handlingNatanael Copa2009-03-051-25/+34
| | | | This will hopefully fix the checksum errors
* abuild: new style install scriptsNatanael Copa2009-03-041-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.cfgNatanael Copa2009-03-041-2/+12
|
* initramfs-init: use apk's --forceTimo Teras2009-03-041-3/+3
|
* initramfs-init: use apk's --clean-protectedTimo Teras2009-03-041-5/+4
|
* initramfs: process accounting & misc fixesTimo Teras2009-03-033-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 possibleNatanael Copa2009-03-031-16/+25
|
* abuild: do not add busybox as dep to busybox itselfNatanael Copa2009-03-021-1/+1
|
* initramfs: bootchart integration with initTimo Teras2009-02-262-1/+18
| | | | | modifications to makefile and initramfs init that were left out from previous commit.
* initramfs: bootchart supportTimo Teras2009-02-261-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 driversTimo Teras2009-02-261-4/+1
|
* initram: send output of apk add to /dev/nullNatanael Copa2009-02-251-1/+1
|
* alpine.mk: clean stamp.repoNatanael Copa2009-02-231-1/+1
|
* initram: kill .apk-new files after installing newrootNatanael Copa2009-02-231-0/+5
| | | | | and add a boot option keep_apk_new to keep them. Might be useful during upgrades.
* release 1.10v1.10Natanael Copa2009-02-201-1/+1
|
* alpine.mk: added xtables-addonsNatanael Copa2009-02-201-3/+11
|
* abuild: dont check md5sum if there are no sources. fix depends_hasNatanael Copa2009-02-201-6/+15
|