summaryrefslogtreecommitdiff
path: root/alpine.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03alpine.mk: configureable free space on usb imageNatanael Copa1-1/+2
use USBIMG_FREE to set how many kB you want to have as free space on usb image.
2009-06-03alpine.mk: make usb image creation less verboseNatanael Copa1-8/+9
2009-06-03alpine.mk: target for .img symlinkNatanael Copa1-0/+3
2009-06-03alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb imagesNatanael Copa1-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-03alpine.mk: include the dependencies in the APK_INDEXNatanael Copa1-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-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-13initfs: add floppy kernel moduleNatanael Copa1-1/+1
fixes #28
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-13alpine.mk: include dahdilinux on the modloopNatanael Copa1-2/+3
set default packages dir to ~/packages
2009-03-27alpine.mk: iso load usb-storage, sha1 targetNatanael Copa1-2/+14
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-13add support to boot from usbNatanael Copa1-1/+1
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-13alpine.mk: create dir for repos dirstampNatanael Copa1-1/+1
2009-03-13alpine.mk: vserver template targetNatanael Copa1-0/+17
2009-03-04alpine.mk: generate syslinux.cfgNatanael Copa1-2/+12
2009-03-03initramfs: process accounting & misc fixesTimo Teras1-3/+3
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-02-26initramfs: bootchart integration with initTimo Teras1-1/+5
modifications to makefile and initramfs init that were left out from previous commit.
2009-02-23alpine.mk: clean stamp.repoNatanael Copa1-1/+1
2009-02-20alpine.mk: added xtables-addonsNatanael Copa1-3/+11
2009-02-18alpine.mk: specify the filesystem for cdromNatanael Copa1-1/+1
2009-02-18alpine.mk: add arch to iso name. use syslinux apk. find package in any repoNatanael Copa1-12/+19
2009-02-12alpine.mk: do not create the /apks/ dir for packagesNatanael Copa1-12/+14
2009-02-12alpine.mk/initram: name modloop after kernel flavorNatanael Copa1-1/+1
So we can support multiple kernels in parallel.
2009-02-11alpine.mk: build repositories before building isoNatanael Copa1-18/+33
Use the built repositories as source for the iso components rather than just pick whats in a given dir.
2009-02-11alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targetsNatanael Copa1-7/+13
2009-02-11alpine.mk: added modloop phony targetNatanael Copa1-0/+1
2009-02-11alpine.mk: initial support for other kernel flavorsNatanael Copa1-7/+19
2009-01-28alpine.mk, initramfs: show alpine releaseNatanael Copa1-1/+8
Read the version from .alpine-release on media. Also display the init script version.
2009-01-28alpine.mk: allow users to override configs in alpine.conf.mkNatanael Copa1-0/+2
2009-01-23alpine.mk: create the missing /etc dirNatanael Copa1-0/+1
2009-01-23alpine.mk: the iso needs floppy driverNatanael Copa1-0/+1
2009-01-15alpine.mk: make cleanNatanael Copa1-2/+4
2009-01-13initramfs-init: extract apkovlNatanael Copa1-0/+191
also link mkiso to use the makefile