summaryrefslogtreecommitdiff
path: root/initramfs-init
AgeCommit message (Collapse)AuthorFilesLines
2009-03-17initram: retry mount root incase its an usb deviceNatanael Copa1-6/+13
2009-03-15initram: start emergency shell if failed to switch to specified rootNatanael Copa1-0/+2
2009-03-13add support to boot from usbNatanael Copa1-1/+7
2009-03-13initram: fix the cute progressbarNatanael Copa1-1/+1
2009-03-13initram: support for booting off a harddiskNatanael Copa1-1/+14
2009-03-04initramfs-init: use apk's --forceTimo Teras1-3/+3
2009-03-04initramfs-init: use apk's --clean-protectedTimo Teras1-5/+4
2009-03-03initramfs: process accounting & misc fixesTimo Teras1-8/+11
enable bootchartd to use kernel process accounting for noticing all processes. also fix various little bits around the initramfs init.
2009-02-26initramfs: bootchart integration with initTimo Teras1-0/+13
modifications to makefile and initramfs init that were left out from previous commit.
2009-02-26initramfs-init: optimize probing of hardware driversTimo Teras1-4/+1
2009-02-25initram: send output of apk add to /dev/nullNatanael Copa1-1/+1
2009-02-23initram: kill .apk-new files after installing newrootNatanael Copa1-0/+5
and add a boot option keep_apk_new to keep them. Might be useful during upgrades.
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.