Commit Graph

47 Commits

Author SHA1 Message Date
Natanael Copa
5ed17c4b87 alpine.mk: use new index format 2009-07-27 15:53:05 +00:00
Natanael Copa
0cd87a99db alpine.mk: use mtools to grate usb image 2009-07-20 12:01:16 +00:00
Natanael Copa
31bea672a2 alpine.mk: remove unused files. make sure alpine-relase is on img 2009-07-20 12:01:16 +00:00
Natanael Copa
548eb8e37f alpine.mk: find correct kernel packages. fix apk fetch 2009-07-06 12:16:14 +00:00
Natanael Copa
6b68bade82 alpine.mk: add modloop modules as boot param
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-15 06:28:50 +00:00
Natanael Copa
f05a89deae alpine.mk: we dont need the MBR from syslinux 2009-06-04 14:18:25 +00:00
Natanael Copa
b150602a38 alpine.mk: do not create a partition on usb image
saves us for lots of headache.
2009-06-04 13:05:31 +00:00
Natanael Copa
d3b36e1cf2 alpine.mk: configureable free space on usb image
use USBIMG_FREE to set how many kB you want to have as free space on
usb image.
2009-06-03 11:43:58 +00:00
Natanael Copa
b1b976901a alpine.mk: make usb image creation less verbose 2009-06-03 11:39:26 +00:00
Natanael Copa
8ed3099229 alpine.mk: target for .img symlink 2009-06-03 11:34:41 +00:00
Natanael Copa
bf13a7c63c alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb images
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 09:13:54 +00:00
Natanael Copa
e83cfd6c27 alpine.mk: include the dependencies in the APK_INDEX
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 08:48:04 +00:00
Natanael Copa
8732195fd5 alpine.mk: wait with calculating dir size til the dir is filled up 2009-06-03 08:16:17 +00:00
Natanael Copa
3af6730c2f alpine.mk remove unused vars 2009-06-03 08:13:16 +00:00
Natanael Copa
261787abcd alpine.mk: build iso from binary packages in system repository
This is so you can build the iso image without having the aports tree.
2009-06-02 11:13:35 +00:00
Natanael Copa
ac8aa51f4c alpine.mk: use apk fetch to build apk repository 2009-05-27 13:04:06 +00:00
Natanael Copa
989003baa2 alpine.mk: maketarget for usb images 2009-05-25 14:33:49 +00:00
Natanael Copa
c8b2c27eec initfs: add floppy kernel module
fixes #28
2009-05-13 15:04:47 +00:00
Natanael Copa
f3857a4d93 alpine.mk: build initramfs image with mkinitfs 2009-05-06 14:53:31 +00:00
Natanael Copa
549aaccaca alpine.mk: add iscsi kernel module to modloop 2009-04-16 09:50:48 +00:00
Natanael Copa
236620ca8d alpine.mk: include dahdilinux on the modloop
set default packages dir to ~/packages
2009-04-13 14:42:01 +00:00
Natanael Copa
1e3647e710 alpine.mk: iso load usb-storage, sha1 target 2009-03-27 15:23:37 +00:00
Natanael Copa
98877bf700 alpine.mk: include raid drivers in initramfs
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-25 14:54:04 +00:00
Natanael Copa
311fd299f6 add support to boot from usb 2009-03-13 18:27:35 +00:00
Natanael Copa
874e4379d2 alpine.mk: build the isofs only by default
use 'make iso' to build the iso image.

This is because we might want to build for usb
2009-03-13 16:14:00 +00:00
Natanael Copa
cecfe6b732 alpine.mk: create dir for repos dirstamp 2009-03-13 15:47:26 +00:00
Natanael Copa
0ff6c91205 alpine.mk: vserver template target 2009-03-13 12:01:45 +00:00
Natanael Copa
c4f53cfa10 alpine.mk: generate syslinux.cfg 2009-03-04 20:19:47 +00:00
Timo Teras
8fb3af8d05 initramfs: process accounting & misc fixes
enable bootchartd to use kernel process accounting for noticing
all processes.

also fix various little bits around the initramfs init.
2009-03-03 19:43:26 +02:00
Natanael Copa
cd5e018151 alpine.mk: use/build system repository if possible 2009-03-03 11:05:07 +00:00
Timo Teras
8069f0b193 initramfs: bootchart integration with init
modifications to makefile and initramfs init that were left out
from previous commit.
2009-02-26 11:03:29 +02:00
Natanael Copa
d02470e246 alpine.mk: clean stamp.repo 2009-02-23 12:12:38 +00:00
Natanael Copa
cb33004657 alpine.mk: added xtables-addons 2009-02-20 09:45:24 +00:00
Natanael Copa
7107c179aa alpine.mk: specify the filesystem for cdrom 2009-02-18 14:54:51 +00:00
Natanael Copa
5f782a70ce alpine.mk: add arch to iso name. use syslinux apk. find package in any repo 2009-02-18 12:48:22 +00:00
Natanael Copa
4a3a60f10d alpine.mk: do not create the /apks/ dir for packages 2009-02-12 07:58:59 +00:00
Natanael Copa
c73a8cdf05 alpine.mk/initram: name modloop after kernel flavor
So we can support multiple kernels in parallel.
2009-02-12 07:30:02 +00:00
Natanael Copa
73fe3d0a6e alpine.mk: build repositories before building iso
Use the built repositories as source for the iso components rather than
just pick whats in a given dir.
2009-02-11 16:02:19 +00:00
Natanael Copa
4ed11bd492 alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targets 2009-02-11 14:47:19 +00:00
Natanael Copa
b01e9e455e alpine.mk: added modloop phony target 2009-02-11 14:23:09 +00:00
Natanael Copa
78e0ab1faa alpine.mk: initial support for other kernel flavors 2009-02-11 13:41:56 +00:00
Natanael Copa
81f8737a6a alpine.mk, initramfs: show alpine release
Read the version from .alpine-release on media. Also display the init
script version.
2009-01-28 17:21:07 +00:00
Natanael Copa
b4aafba38f alpine.mk: allow users to override configs in alpine.conf.mk 2009-01-28 14:59:15 +00:00
Natanael Copa
ac04e75b81 alpine.mk: create the missing /etc dir 2009-01-23 08:48:45 +00:00
Natanael Copa
15f478f57c alpine.mk: the iso needs floppy driver 2009-01-23 08:21:39 +00:00
Natanael Copa
4a54e80e3b alpine.mk: make clean 2009-01-15 15:47:26 +00:00
Natanael Copa
5be335ccdf initramfs-init: extract apkovl
also link mkiso to use the makefile
2009-01-13 17:16:45 +00:00