summaryrefslogtreecommitdiffstats
path: root/initramfs-init
Commit message (Collapse)AuthorAgeFilesLines
* initram: unpack apkovl with --numeric-ownerNatanael Copa2009-04-161-3/+3
| | | | fixes #23
* initram: try continue boot after emergency shell exitNatanael Copa2009-04-161-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.
* initram: version 1.1Natanael Copa2009-04-151-1/+1
|
* initram: beep before prompting for passwordNatanael Copa2009-04-151-1/+2
|
* initram: support for encrypted apkovlsNatanael Copa2009-04-151-2/+30
|
* initram: find all repos in 2 dir levels on boot mediaNatanael Copa2009-04-151-4/+5
|
* initram: ignore non-repositories in packages/ subdirNatanael Copa2009-04-021-2/+2
|
* initram: wait for usbdisk to settleNatanael Copa2009-03-271-2/+9
|
* initram: support for root=/dev/md0, create busybox linksNatanael Copa2009-03-251-1/+13
|
* initram: retry mount root incase its an usb deviceNatanael Copa2009-03-171-6/+13
|
* initram: start emergency shell if failed to switch to specified rootNatanael Copa2009-03-151-0/+2
|
* add support to boot from usbNatanael Copa2009-03-131-1/+7
|
* initram: fix the cute progressbarNatanael Copa2009-03-131-1/+1
|
* initram: support for booting off a harddiskNatanael Copa2009-03-131-1/+14
|
* 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.