Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-02-12 | alpine.mk/initram: name modloop after kernel flavor | Natanael Copa | 1 | -1/+1 | |
So we can support multiple kernels in parallel. | |||||
2009-02-11 | alpine.mk: build repositories before building iso | Natanael Copa | 1 | -18/+33 | |
Use the built repositories as source for the iso components rather than just pick whats in a given dir. | |||||
2009-02-11 | alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targets | Natanael Copa | 1 | -7/+13 | |
2009-02-11 | alpine.mk: added modloop phony target | Natanael Copa | 1 | -0/+1 | |
2009-02-11 | alpine.mk: initial support for other kernel flavors | Natanael Copa | 1 | -7/+19 | |
2009-01-28 | alpine.mk, initramfs: show alpine release | Natanael Copa | 1 | -1/+8 | |
Read the version from .alpine-release on media. Also display the init script version. | |||||
2009-01-28 | alpine.mk: allow users to override configs in alpine.conf.mk | Natanael Copa | 1 | -0/+2 | |
2009-01-23 | alpine.mk: create the missing /etc dir | Natanael Copa | 1 | -0/+1 | |
2009-01-23 | alpine.mk: the iso needs floppy driver | Natanael Copa | 1 | -0/+1 | |
2009-01-15 | alpine.mk: make clean | Natanael Copa | 1 | -2/+4 | |
2009-01-13 | initramfs-init: extract apkovl | Natanael Copa | 1 | -0/+191 | |
also link mkiso to use the makefile |