Commit Graph

384 Commits

Author SHA1 Message Date
Natanael Copa 0ff6c91205 alpine.mk: vserver template target 2009-03-13 12:01:45 +00:00
Natanael Copa 5994aa62af release 1.12 2009-03-06 18:07:25 +00:00
Natanael Copa 2fb6e1a651 abuild: fixes for new install scripts 2009-03-06 17:51:53 +00:00
Natanael Copa 2b1fd46177 release 1.11 2009-03-06 13:56:56 +00:00
Natanael Copa 956b404597 buildrepo: improve index regeneration handling
This will hopefully fix the checksum errors
2009-03-05 08:39:25 +00:00
Natanael Copa b936522cfd abuild: new style install scripts
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-04 20:19:48 +00:00
Natanael Copa c4f53cfa10 alpine.mk: generate syslinux.cfg 2009-03-04 20:19:47 +00:00
Timo Teras b674605e6d initramfs-init: use apk's --force 2009-03-04 08:37:51 +02:00
Timo Teras a0297a62b2 initramfs-init: use apk's --clean-protected 2009-03-04 08:31:17 +02:00
Timo Teras 8fb3af8d05 initramfs: process accounting & misc fixes
enable bootchartd to use kernel process accounting for noticing
all processes.

also fix various little bits around the initramfs init.
2009-03-03 19:43:26 +02:00
Natanael Copa cd5e018151 alpine.mk: use/build system repository if possible 2009-03-03 11:05:07 +00:00
Natanael Copa 098a02161f abuild: do not add busybox as dep to busybox itself 2009-03-02 19:37:14 +00:00
Timo Teras 8069f0b193 initramfs: bootchart integration with init
modifications to makefile and initramfs init that were left out
from previous commit.
2009-02-26 11:03:29 +02:00
Timo Teras 52864ab482 initramfs: bootchart support
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-26 10:55:43 +02:00
Timo Teras e93ecc6535 initramfs-init: optimize probing of hardware drivers 2009-02-26 10:52:36 +02:00
Natanael Copa 696082977f initram: send output of apk add to /dev/null 2009-02-25 12:34:07 +00:00
Natanael Copa d02470e246 alpine.mk: clean stamp.repo 2009-02-23 12:12:38 +00:00
Natanael Copa 3abc172e08 initram: kill .apk-new files after installing newroot
and add a boot option keep_apk_new to keep them. Might be useful during
upgrades.
2009-02-23 12:06:05 +00:00
Natanael Copa 14bcd8ddb0 release 1.10 2009-02-20 10:18:38 +00:00
Natanael Copa cb33004657 alpine.mk: added xtables-addons 2009-02-20 09:45:24 +00:00
Natanael Copa ec6a945d47 abuild: dont check md5sum if there are no sources. fix depends_has 2009-02-20 09:08:26 +00:00
Natanael Copa 2f40d9a873 initfs: find apkovls on boot media 2009-02-19 15:59:48 +00:00
Natanael Copa 83151c3bbb initfs: support for modloop boot option 2009-02-19 08:33:52 +00:00
Natanael Copa 7107c179aa alpine.mk: specify the filesystem for cdrom 2009-02-18 14:54:51 +00:00
Natanael Copa 8fdcf93149 initram: allow user o specify filesystem in alpine_dev boot param 2009-02-18 14:53:58 +00:00
Natanael Copa 5f782a70ce alpine.mk: add arch to iso name. use syslinux apk. find package in any repo 2009-02-18 12:48:22 +00:00
Natanael Copa 3a627d26ef buildrepo: purge old pkgs before generate index
and generate index if it is missing, even if all packages are up2date.
2009-02-17 07:42:15 +00:00
Natanael Copa 23b3d4a8dd abuild: do not try build/install dependencies that are provided by self
like when main package depends on subpackages
2009-02-17 07:39:06 +00:00
Natanael Copa 20d6494236 release 1.9 2009-02-12 09:54:05 +00:00
Natanael Copa 4a3a60f10d alpine.mk: do not create the /apks/ dir for packages 2009-02-12 07:58:59 +00:00
Natanael Copa c73a8cdf05 alpine.mk/initram: name modloop after kernel flavor
So we can support multiple kernels in parallel.
2009-02-12 07:30:02 +00:00
Natanael Copa 73fe3d0a6e alpine.mk: build repositories before building iso
Use the built repositories as source for the iso components rather than
just pick whats in a given dir.
2009-02-11 16:02:19 +00:00
Natanael Copa 4ed11bd492 alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targets 2009-02-11 14:47:19 +00:00
Natanael Copa b01e9e455e alpine.mk: added modloop phony target 2009-02-11 14:23:09 +00:00
Natanael Copa f6212bc4b4 mkalpine: beep when iso is done 2009-02-11 14:11:42 +00:00
Natanael Copa 6dc879f1b4 initram: Do not echo alpine version
alpine-baselayout does it.
2009-02-11 14:10:24 +00:00
Natanael Copa 6112557963 buildrepo: copy files from aports if already built.
and dont build index if its not needed
2009-02-11 14:08:50 +00:00
Natanael Copa bcb440d4fe abuild: auto add bb to deps when install. added -P option.
-P lets user specify the REPODEST on cmd line
2009-02-11 14:07:08 +00:00
Natanael Copa 78e0ab1faa alpine.mk: initial support for other kernel flavors 2009-02-11 13:41:56 +00:00
Natanael Copa 0c3be1aed6 abuild: rename {dev,doc,mod} funcs to default_{dev,doc,mod}
This allows ABUILDS to call the default_doc func and append stuff missing
2009-02-08 21:03:32 +00:00
Natanael Copa 6c52b39112 abuild: improve sanitycheck
- check that md5sums correspond to source
- warn if maintainer is missing
2009-02-08 21:02:22 +00:00
Natanael Copa 0e9c2e708c abuild: support for variable options
so far only option avaiable is !strip, which disables stripping of binaries.
2009-02-05 10:35:29 +00:00
Natanael Copa b9685a9fc2 abuild: version 1.8 2009-02-03 14:25:09 +00:00
Natanael Copa d95b0a295a abuild: install makedeps from system repo with -r and build with -R
The -r option will only install deps from system repo and fail if any is
missing.

The -R option will parse the aports tree and try build the missing packages
and then install the newly built package.
2009-02-02 15:48:19 +00:00
Natanael Copa 9cc011ddc7 abuild: forgot set version to 1.7 2009-02-02 12:41:42 +00:00
Natanael Copa a549de263e initramfs: use default tmpfs size for root
set default repositories
2009-02-02 09:28:47 +00:00
Natanael Copa 102c460635 abuild: make licenses a part of -doc packages 2009-01-30 09:42:30 +00:00
Natanael Copa b529d81469 abuild.conf: added PACKAGER 2009-01-29 11:56:03 +00:00
Natanael Copa 21cd6680ee abuild: support for creation of new APKBUILD from template
abuild [-c] -n PKGNAME[-PKGVER]
creates a directory with new APKBUILD. If -c is specified will sample init.d,
conf.d and install script be copied as well.
2009-01-29 09:06:43 +00:00
Natanael Copa 81f8737a6a alpine.mk, initramfs: show alpine release
Read the version from .alpine-release on media. Also display the init
script version.
2009-01-28 17:21:07 +00:00