summaryrefslogtreecommitdiff
path: root/initramfs-init
AgeCommit message (Collapse)AuthorFilesLines
2009-02-19initfs: find apkovls on boot mediaNatanael Copa1-0/+3
2009-02-19initfs: support for modloop boot optionNatanael Copa1-1/+6
2009-02-18initram: allow user o specify filesystem in alpine_dev boot paramNatanael Copa1-1/+9
2009-02-12alpine.mk/initram: name modloop after kernel flavorNatanael Copa1-6/+9
So we can support multiple kernels in parallel.
2009-02-11alpine.mk: build repositories before building isoNatanael Copa1-3/+9
Use the built repositories as source for the iso components rather than just pick whats in a given dir.
2009-02-11initram: Do not echo alpine versionNatanael Copa1-2/+1
alpine-baselayout does it.
2009-02-02initramfs: use default tmpfs size for rootv1.7Natanael Copa1-1/+6
set default repositories
2009-01-28alpine.mk, initramfs: show alpine releaseNatanael Copa1-3/+9
Read the version from .alpine-release on media. Also display the init script version.
2009-01-28initramfs-init: mount new root before apkovl is extractedNatanael Copa1-1/+4
also create the symlink for kernel modules
2009-01-23initramfs: remove debug shellNatanael Copa1-1/+0
2009-01-15initramfs-init: use new apk option --initdbNatanael Copa1-2/+2
2009-01-13initramfs-init: extract apkovlNatanael Copa1-3/+49
also link mkiso to use the makefile
2009-01-08initramfs: some spell checking on init scriptTimo Teras1-2/+2
2009-01-08initramfs: use apk's progress bar featureTimo Teras1-1/+1
2009-01-07make.alpine: makefile to build alpine isoTimo Teras1-0/+128
tries to get correct dependencies for modloop, initramfs and iso so minimum amount of work is required for rebuild.