summaryrefslogtreecommitdiffstats
path: root/alpine.mk
Commit message (Collapse)AuthorAgeFilesLines
* alpine.mk: find correct kernel packages. fix apk fetchNatanael Copa2009-07-061-19/+22
|
* alpine.mk: add modloop modules as boot paramNatanael Copa2009-06-151-11/+7
| | | | | the modloop will need loop and cramfs modules. Those are only available in initramfs stage so we must make sure they are properly loaded.
* alpine.mk: we dont need the MBR from syslinuxNatanael Copa2009-06-041-2/+1
|
* alpine.mk: do not create a partition on usb imageNatanael Copa2009-06-041-8/+5
| | | | saves us for lots of headache.
* alpine.mk: configureable free space on usb imageNatanael Copa2009-06-031-1/+2
| | | | | use USBIMG_FREE to set how many kB you want to have as free space on usb image.
* alpine.mk: make usb image creation less verboseNatanael Copa2009-06-031-8/+9
|
* alpine.mk: target for .img symlinkNatanael Copa2009-06-031-0/+3
|
* alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb imagesNatanael Copa2009-06-031-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.
* alpine.mk: include the dependencies in the APK_INDEXNatanael Copa2009-06-031-1/+1
| | | | | The APK_FILES does not contain the dependencies for the wanted packages so we cannot use this variable when generating the index.
* alpine.mk: wait with calculating dir size til the dir is filled upNatanael Copa2009-06-031-1/+1
|
* alpine.mk remove unused varsNatanael Copa2009-06-031-3/+2
|
* alpine.mk: build iso from binary packages in system repositoryNatanael Copa2009-06-021-59/+23
| | | | This is so you can build the iso image without having the aports tree.
* alpine.mk: use apk fetch to build apk repositoryNatanael Copa2009-05-271-15/+36
|
* alpine.mk: maketarget for usb imagesNatanael Copa2009-05-251-3/+27
|
* initfs: add floppy kernel moduleNatanael Copa2009-05-131-1/+1
| | | | fixes #28
* alpine.mk: build initramfs image with mkinitfsNatanael Copa2009-05-061-77/+5
|
* alpine.mk: add iscsi kernel module to modloopNatanael Copa2009-04-161-1/+3
|
* alpine.mk: include dahdilinux on the modloopNatanael Copa2009-04-131-2/+3
| | | | set default packages dir to ~/packages
* alpine.mk: iso load usb-storage, sha1 targetNatanael Copa2009-03-271-2/+14
|
* 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.
* add support to boot from usbNatanael Copa2009-03-131-1/+1
|
* 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
* alpine.mk: create dir for repos dirstampNatanael Copa2009-03-131-1/+1
|
* alpine.mk: vserver template targetNatanael Copa2009-03-131-0/+17
|
* alpine.mk: generate syslinux.cfgNatanael Copa2009-03-041-2/+12
|
* initramfs: process accounting & misc fixesTimo Teras2009-03-031-3/+3
| | | | | | | 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
|
* initramfs: bootchart integration with initTimo Teras2009-02-261-1/+5
| | | | | modifications to makefile and initramfs init that were left out from previous commit.
* alpine.mk: clean stamp.repoNatanael Copa2009-02-231-1/+1
|
* alpine.mk: added xtables-addonsNatanael Copa2009-02-201-3/+11
|
* alpine.mk: specify the filesystem for cdromNatanael Copa2009-02-181-1/+1
|
* alpine.mk: add arch to iso name. use syslinux apk. find package in any repoNatanael Copa2009-02-181-12/+19
|
* alpine.mk: do not create the /apks/ dir for packagesNatanael Copa2009-02-121-12/+14
|
* alpine.mk/initram: name modloop after kernel flavorNatanael Copa2009-02-121-1/+1
| | | | So we can support multiple kernels in parallel.
* alpine.mk: build repositories before building isoNatanael Copa2009-02-111-18/+33
| | | | | Use the built repositories as source for the iso components rather than just pick whats in a given dir.
* alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targetsNatanael Copa2009-02-111-7/+13
|
* alpine.mk: added modloop phony targetNatanael Copa2009-02-111-0/+1
|
* alpine.mk: initial support for other kernel flavorsNatanael Copa2009-02-111-7/+19
|
* alpine.mk, initramfs: show alpine releaseNatanael Copa2009-01-281-1/+8
| | | | | Read the version from .alpine-release on media. Also display the init script version.
* alpine.mk: allow users to override configs in alpine.conf.mkNatanael Copa2009-01-281-0/+2
|
* alpine.mk: create the missing /etc dirNatanael Copa2009-01-231-0/+1
|
* alpine.mk: the iso needs floppy driverNatanael Copa2009-01-231-0/+1
|
* alpine.mk: make cleanNatanael Copa2009-01-151-2/+4
|
* initramfs-init: extract apkovlNatanael Copa2009-01-131-0/+191
also link mkiso to use the makefile