summaryrefslogtreecommitdiffstats
path: root/initramfs-init
Commit message (Collapse)AuthorAgeFilesLines
* 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.