summaryrefslogtreecommitdiffstats
path: root/initramfs-init
Commit message (Collapse)AuthorAgeFilesLines
* initramfs-init: use apk's --forceTimo Teras2009-03-041-3/+3
|
* initramfs-init: use apk's --clean-protectedTimo Teras2009-03-041-5/+4
|
* initramfs: process accounting & misc fixesTimo Teras2009-03-031-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 initTimo Teras2009-02-261-0/+13
| | | | | modifications to makefile and initramfs init that were left out from previous commit.
* initramfs-init: optimize probing of hardware driversTimo Teras2009-02-261-4/+1
|
* initram: send output of apk add to /dev/nullNatanael Copa2009-02-251-1/+1
|
* initram: kill .apk-new files after installing newrootNatanael Copa2009-02-231-0/+5
| | | | | and add a boot option keep_apk_new to keep them. Might be useful during upgrades.
* initfs: find apkovls on boot mediaNatanael Copa2009-02-191-0/+3
|
* initfs: support for modloop boot optionNatanael Copa2009-02-191-1/+6
|
* initram: allow user o specify filesystem in alpine_dev boot paramNatanael Copa2009-02-181-1/+9
|
* alpine.mk/initram: name modloop after kernel flavorNatanael Copa2009-02-121-6/+9
| | | | So we can support multiple kernels in parallel.
* alpine.mk: build repositories before building isoNatanael Copa2009-02-111-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 versionNatanael Copa2009-02-111-2/+1
| | | | alpine-baselayout does it.
* initramfs: use default tmpfs size for rootv1.7Natanael Copa2009-02-021-1/+6
| | | | set default repositories
* alpine.mk, initramfs: show alpine releaseNatanael Copa2009-01-281-3/+9
| | | | | Read the version from .alpine-release on media. Also display the init script version.
* initramfs-init: mount new root before apkovl is extractedNatanael Copa2009-01-281-1/+4
| | | | also create the symlink for kernel modules
* initramfs: remove debug shellNatanael Copa2009-01-231-1/+0
|
* initramfs-init: use new apk option --initdbNatanael Copa2009-01-151-2/+2
|
* initramfs-init: extract apkovlNatanael Copa2009-01-131-3/+49
| | | | also link mkiso to use the makefile
* initramfs: some spell checking on init scriptTimo Teras2009-01-081-2/+2
|
* initramfs: use apk's progress bar featureTimo Teras2009-01-081-1/+1
|
* make.alpine: makefile to build alpine isoTimo Teras2009-01-071-0/+128
tries to get correct dependencies for modloop, initramfs and iso so minimum amount of work is required for rebuild.