Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initramfs-init: use apk's --force | Timo Teras | 2009-03-04 | 1 | -3/+3 |
| | |||||
* | initramfs-init: use apk's --clean-protected | Timo Teras | 2009-03-04 | 1 | -5/+4 |
| | |||||
* | initramfs: process accounting & misc fixes | Timo Teras | 2009-03-03 | 1 | -8/+11 |
| | | | | | | | enable bootchartd to use kernel process accounting for noticing all processes. also fix various little bits around the initramfs init. | ||||
* | initramfs: bootchart integration with init | Timo Teras | 2009-02-26 | 1 | -0/+13 |
| | | | | | modifications to makefile and initramfs init that were left out from previous commit. | ||||
* | initramfs-init: optimize probing of hardware drivers | Timo Teras | 2009-02-26 | 1 | -4/+1 |
| | |||||
* | initram: send output of apk add to /dev/null | Natanael Copa | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | initram: kill .apk-new files after installing newroot | Natanael Copa | 2009-02-23 | 1 | -0/+5 |
| | | | | | and add a boot option keep_apk_new to keep them. Might be useful during upgrades. | ||||
* | initfs: find apkovls on boot media | Natanael Copa | 2009-02-19 | 1 | -0/+3 |
| | |||||
* | initfs: support for modloop boot option | Natanael Copa | 2009-02-19 | 1 | -1/+6 |
| | |||||
* | initram: allow user o specify filesystem in alpine_dev boot param | Natanael Copa | 2009-02-18 | 1 | -1/+9 |
| | |||||
* | alpine.mk/initram: name modloop after kernel flavor | Natanael Copa | 2009-02-12 | 1 | -6/+9 |
| | | | | So we can support multiple kernels in parallel. | ||||
* | alpine.mk: build repositories before building iso | Natanael Copa | 2009-02-11 | 1 | -3/+9 |
| | | | | | Use the built repositories as source for the iso components rather than just pick whats in a given dir. | ||||
* | initram: Do not echo alpine version | Natanael Copa | 2009-02-11 | 1 | -2/+1 |
| | | | | alpine-baselayout does it. | ||||
* | initramfs: use default tmpfs size for rootv1.7 | Natanael Copa | 2009-02-02 | 1 | -1/+6 |
| | | | | set default repositories | ||||
* | alpine.mk, initramfs: show alpine release | Natanael Copa | 2009-01-28 | 1 | -3/+9 |
| | | | | | Read the version from .alpine-release on media. Also display the init script version. | ||||
* | initramfs-init: mount new root before apkovl is extracted | Natanael Copa | 2009-01-28 | 1 | -1/+4 |
| | | | | also create the symlink for kernel modules | ||||
* | initramfs: remove debug shell | Natanael Copa | 2009-01-23 | 1 | -1/+0 |
| | |||||
* | initramfs-init: use new apk option --initdb | Natanael Copa | 2009-01-15 | 1 | -2/+2 |
| | |||||
* | initramfs-init: extract apkovl | Natanael Copa | 2009-01-13 | 1 | -3/+49 |
| | | | | also link mkiso to use the makefile | ||||
* | initramfs: some spell checking on init script | Timo Teras | 2009-01-08 | 1 | -2/+2 |
| | |||||
* | initramfs: use apk's progress bar feature | Timo Teras | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | make.alpine: makefile to build alpine iso | Timo Teras | 2009-01-07 | 1 | -0/+128 |
tries to get correct dependencies for modloop, initramfs and iso so minimum amount of work is required for rebuild. |