summaryrefslogtreecommitdiffstats
path: root/alpine.mk
Commit message (Collapse)AuthorAgeFilesLines
* alpine.mk: change arch to x86. remove .SIGN in repoNatanael Copa2009-10-211-1/+2
|
* alpine.mk: new location for kernel.release fileNatanael Copa2009-09-231-11/+16
| | | | move isolinux to /boot directory to keep cdrom more tidy.
* alpkine.mk: remove ideNatanael Copa2009-09-181-1/+1
|
* alpine.mk: support for profilesNatanael Copa2009-09-111-10/+26
| | | | renamed default package list to alpine.packages
* alpine.mk: include repo version on isoNatanael Copa2009-09-031-1/+2
|
* alpine.mk: copy keys from running systemNatanael Copa2009-09-031-0/+1
|
* alpine.mk: include acct package in initramfs imageNatanael Copa2009-09-031-1/+1
|
* alpine.mk: make it possible to override mkcramfs with mkfs.cramfsNatanael Copa2009-09-031-1/+2
|
* alpine.mk: support build iso from non-alpine environmentsNatanael Copa2009-09-031-19/+37
| | | | Only thing required is a working apk-tools and mkinitfs
* abuild, alpine.mk: use --repository instead of --repoNatanael Copa2009-08-101-1/+1
|
* alpine.mk: do not generate usb images for releasesNatanael Copa2009-08-061-1/+4
|
* alpine.mk: create .boot_repository files in reposNatanael Copa2009-08-061-0/+1
| | | | init will only autoadd those when booting
* alpine.mk: do not include /lib on isoNatanael Copa2009-08-051-2/+2
|
* alpine.mk: sign the index on isoNatanael Copa2009-07-301-0/+1
|
* alpine.mk: use new index formatNatanael Copa2009-07-271-3/+3
|
* alpine.mk: use mtools to grate usb imageNatanael Copa2009-07-201-3/+5
|
* alpine.mk: remove unused files. make sure alpine-relase is on imgNatanael Copa2009-07-201-3/+3
|
* 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
|