Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-21 | alpine.mk: change arch to x86. remove .SIGN in repo | Natanael Copa | 1 | -1/+2 | |
2009-09-23 | alpine.mk: new location for kernel.release file | Natanael Copa | 1 | -11/+16 | |
move isolinux to /boot directory to keep cdrom more tidy. | |||||
2009-09-18 | alpkine.mk: remove ide | Natanael Copa | 1 | -1/+1 | |
2009-09-11 | alpine.mk: support for profiles | Natanael Copa | 1 | -10/+26 | |
renamed default package list to alpine.packages | |||||
2009-09-03 | alpine.mk: include repo version on iso | Natanael Copa | 1 | -1/+2 | |
2009-09-03 | alpine.mk: copy keys from running system | Natanael Copa | 1 | -0/+1 | |
2009-09-03 | alpine.mk: include acct package in initramfs image | Natanael Copa | 1 | -1/+1 | |
2009-09-03 | alpine.mk: make it possible to override mkcramfs with mkfs.cramfs | Natanael Copa | 1 | -1/+2 | |
2009-09-03 | alpine.mk: support build iso from non-alpine environments | Natanael Copa | 1 | -19/+37 | |
Only thing required is a working apk-tools and mkinitfs | |||||
2009-08-10 | abuild, alpine.mk: use --repository instead of --repo | Natanael Copa | 1 | -1/+1 | |
2009-08-06 | alpine.mk: do not generate usb images for releases | Natanael Copa | 1 | -1/+4 | |
2009-08-06 | alpine.mk: create .boot_repository files in repos | Natanael Copa | 1 | -0/+1 | |
init will only autoadd those when booting | |||||
2009-08-05 | alpine.mk: do not include /lib on iso | Natanael Copa | 1 | -2/+2 | |
2009-07-30 | alpine.mk: sign the index on iso | Natanael Copa | 1 | -0/+1 | |
2009-07-27 | alpine.mk: use new index format | Natanael Copa | 1 | -3/+3 | |
2009-07-20 | alpine.mk: use mtools to grate usb image | Natanael Copa | 1 | -3/+5 | |
2009-07-20 | alpine.mk: remove unused files. make sure alpine-relase is on img | Natanael Copa | 1 | -3/+3 | |
2009-07-06 | alpine.mk: find correct kernel packages. fix apk fetch | Natanael Copa | 1 | -19/+22 | |
2009-06-15 | alpine.mk: add modloop modules as boot param | Natanael Copa | 1 | -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. | |||||
2009-06-04 | alpine.mk: we dont need the MBR from syslinux | Natanael Copa | 1 | -2/+1 | |
2009-06-04 | alpine.mk: do not create a partition on usb image | Natanael Copa | 1 | -8/+5 | |
saves us for lots of headache. | |||||
2009-06-03 | alpine.mk: configureable free space on usb image | Natanael Copa | 1 | -1/+2 | |
use USBIMG_FREE to set how many kB you want to have as free space on usb image. | |||||
2009-06-03 | alpine.mk: make usb image creation less verbose | Natanael Copa | 1 | -8/+9 | |
2009-06-03 | alpine.mk: target for .img symlink | Natanael Copa | 1 | -0/+3 | |
2009-06-03 | alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb images | Natanael Copa | 1 | -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-03 | alpine.mk: include the dependencies in the APK_INDEX | Natanael Copa | 1 | -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-03 | alpine.mk: wait with calculating dir size til the dir is filled up | Natanael Copa | 1 | -1/+1 | |
2009-06-03 | alpine.mk remove unused vars | Natanael Copa | 1 | -3/+2 | |
2009-06-02 | alpine.mk: build iso from binary packages in system repository | Natanael Copa | 1 | -59/+23 | |
This is so you can build the iso image without having the aports tree. | |||||
2009-05-27 | alpine.mk: use apk fetch to build apk repository | Natanael Copa | 1 | -15/+36 | |
2009-05-25 | alpine.mk: maketarget for usb images | Natanael Copa | 1 | -3/+27 | |
2009-05-13 | initfs: add floppy kernel module | Natanael Copa | 1 | -1/+1 | |
fixes #28 | |||||
2009-05-06 | alpine.mk: build initramfs image with mkinitfs | Natanael Copa | 1 | -77/+5 | |
2009-04-16 | alpine.mk: add iscsi kernel module to modloop | Natanael Copa | 1 | -1/+3 | |
2009-04-13 | alpine.mk: include dahdilinux on the modloop | Natanael Copa | 1 | -2/+3 | |
set default packages dir to ~/packages | |||||
2009-03-27 | alpine.mk: iso load usb-storage, sha1 target | Natanael Copa | 1 | -2/+14 | |
2009-03-25 | alpine.mk: include raid drivers in initramfs | Natanael Copa | 1 | -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-13 | add support to boot from usb | Natanael Copa | 1 | -1/+1 | |
2009-03-13 | alpine.mk: build the isofs only by default | Natanael Copa | 1 | -4/+10 | |
use 'make iso' to build the iso image. This is because we might want to build for usb | |||||
2009-03-13 | alpine.mk: create dir for repos dirstamp | Natanael Copa | 1 | -1/+1 | |
2009-03-13 | alpine.mk: vserver template target | Natanael Copa | 1 | -0/+17 | |
2009-03-04 | alpine.mk: generate syslinux.cfg | Natanael Copa | 1 | -2/+12 | |
2009-03-03 | initramfs: process accounting & misc fixes | Timo Teras | 1 | -3/+3 | |
enable bootchartd to use kernel process accounting for noticing all processes. also fix various little bits around the initramfs init. | |||||
2009-03-03 | alpine.mk: use/build system repository if possible | Natanael Copa | 1 | -16/+25 | |
2009-02-26 | initramfs: bootchart integration with init | Timo Teras | 1 | -1/+5 | |
modifications to makefile and initramfs init that were left out from previous commit. | |||||
2009-02-23 | alpine.mk: clean stamp.repo | Natanael Copa | 1 | -1/+1 | |
2009-02-20 | alpine.mk: added xtables-addons | Natanael Copa | 1 | -3/+11 | |
2009-02-18 | alpine.mk: specify the filesystem for cdrom | Natanael Copa | 1 | -1/+1 | |
2009-02-18 | alpine.mk: add arch to iso name. use syslinux apk. find package in any repo | Natanael Copa | 1 | -12/+19 | |
2009-02-12 | alpine.mk: do not create the /apks/ dir for packages | Natanael Copa | 1 | -12/+14 | |