summaryrefslogtreecommitdiff
path: root/initramfs-init
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16initram: unpack apkovl with --numeric-ownerNatanael Copa1-3/+3
fixes #23
2009-04-16initram: try continue boot after emergency shell exitNatanael Copa1-2/+2
sometimes it is possible to manually fix the problem, for example mount the alpine device manually after modprobing the correct modules. Then it makes sense to continue boot rather than just die.
2009-04-15initram: version 1.1Natanael Copa1-1/+1
2009-04-15initram: beep before prompting for passwordNatanael Copa1-1/+2
2009-04-15initram: support for encrypted apkovlsNatanael Copa1-2/+30
2009-04-15initram: find all repos in 2 dir levels on boot mediaNatanael Copa1-4/+5
2009-04-02initram: ignore non-repositories in packages/ subdirNatanael Copa1-2/+2
2009-03-27initram: wait for usbdisk to settleNatanael Copa1-2/+9
2009-03-25initram: support for root=/dev/md0, create busybox linksNatanael Copa1-1/+13
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.