Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ==== release 2.7.1 ====v2.7.1 | Natanael Copa | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | init: coding style fix | Natanael Copa | 2014-12-01 | 1 | -1/+3 |
| | |||||
* | init: allow blacklisting of modules from cmdline | Timo Teräs | 2014-12-01 | 1 | -1/+4 |
| | |||||
* | init: remove 'nofbcon' and the explicit modprobe fbcon | Timo Teräs | 2014-12-01 | 1 | -7/+1 |
| | | | | it is useless as fbcon is really loaded by mdev. | ||||
* | init: preliminary support for splash image during boot | Timo Teräs | 2014-12-01 | 1 | -2/+13 |
| | |||||
* | init: fix loading of fbcon | Natanael Copa | 2014-11-26 | 1 | -4/+4 |
| | | | | | we check if /sys/class/graphics/fb0 exists before loading fbcon and allow user to disable tiwh nofbcon as boot option | ||||
* | init: lvm: run vgchange even if vgscan does not return success | Natanael Copa | 2014-11-17 | 1 | -2/+2 |
| | | | | | | | It seems like vgscan does not return success in initramfs, even if the needed devices noded are created. Ignore errors and try run vgchange in any case. | ||||
* | ==== release 2.7.0 ====v2.7.0 | Natanael Copa | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | init: remove /media/floppy | Natanael Copa | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | init: minor refactor of find_ovl | Natanael Copa | 2014-11-10 | 1 | -6/+3 |
| | | | | use 'set' instead of 'ls' to find duplicate apkovls | ||||
* | init: refactor searching for apkovl | Natanael Copa | 2014-11-10 | 1 | -14/+34 |
| | | | | | | | we search on all block devices with known filesystems using blkid. This should help us find apkovl on ext[234] filesystems and on block devices that are not on the USB bus. | ||||
* | init: set start order of raid, cryptsetup and lvm via alpine_start boot opt | Natanael Copa | 2014-11-05 | 1 | -7/+9 |
| | | | | | | | User might want change the order raid cryptsetup and lvm is started. This allows for example cryptsetup on top of lvm. ref #3420 | ||||
* | features: add support for cherry keyboard from initfs | Natanael Copa | 2014-11-05 | 1 | -0/+1 |
| | |||||
* | features: raid: remove cpqarray modules | Kaarle Ritvanen | 2014-10-24 | 1 | -1/+0 |
| | | | | CONFIG_BLK_CPQ_DA is not set in kernel build | ||||
* | mkinitfs: use initramfs-$kernelflavor as default outfile name | Natanael Copa | 2014-07-31 | 1 | -3/+3 |
| | | | | ref #3240 | ||||
* | mkinitfs: fix kernel module dependency tracing | Natanael Copa | 2014-07-31 | 1 | -2/+2 |
| | | | | | When searching kernel module depedencies we need to that relative kerneldir and not relative basedir. | ||||
* | features: fix typo in gfs2 and ocfs2 modules | Natanael Copa | 2014-07-31 | 2 | -2/+2 |
| | | | | ref #3265 | ||||
* | ==== release 2.6.0 ====v2.6.0 | Natanael Copa | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | mkinitfs-rundep: remove | Natanael Copa | 2014-03-25 | 2 | -43/+1 |
| | | | | We use lddtree instead. | ||||
* | features: remove elf dependencies | Natanael Copa | 2014-03-25 | 3 | -23/+0 |
| | | | | We now track those dynamic. | ||||
* | mkinitfs: automatically resolv elf dependencies | Natanael Copa | 2014-03-25 | 1 | -6/+8 |
| | | | | | This is so we don't need to manually manage the dependencies which gets ugly when supporting multiple libc. | ||||
* | mkinitfs: ignore empty lines and comments in feature files | Natanael Copa | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | mkinitfs: cleanup after errors | Natanael Copa | 2014-03-24 | 1 | -4/+6 |
| | |||||
* | mkinitfs: refactor basedir handling | Natanael Copa | 2014-03-24 | 1 | -19/+16 |
| | | | | Try catch all corner cases properly | ||||
* | mkinitfs: make sure basedir is always set | Natanael Copa | 2014-03-24 | 1 | -7/+11 |
| | | | | and make it work with relative paths too | ||||
* | mkinitfs: fix -b | Natanael Copa | 2014-03-18 | 1 | -2/+2 |
| | | | | we need make the files relative so we strip off any leading / | ||||
* | mkinitfs: make sure that we return to original dir | Natanael Copa | 2014-03-18 | 1 | -0/+6 |
| | |||||
* | mkinitfs: copy files with cpio | Natanael Copa | 2014-03-18 | 1 | -13/+5 |
| | | | | it should be faster | ||||
* | mkinitfs: simplify list soruces mode | Natanael Copa | 2014-03-18 | 1 | -24/+12 |
| | | | | | We actually copy the files to tempdir but instead of creating the archive we simply list contents of the tempdir | ||||
* | move files.d/* and modules.d/* to features.d/*.{files,modules} | Natanael Copa | 2014-03-18 | 34 | -44/+46 |
| | |||||
* | Add F2FS support. | Bartłomiej Piotrowski | 2014-03-18 | 2 | -1/+3 |
| | |||||
* | ==== release 2.5.3 ====v2.5.3 | Natanael Copa | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | lvm: libdevmapper needs pthread | Natanael Copa | 2014-01-07 | 1 | -0/+1 |
| | |||||
* | ==== release 2.5.2 ====v2.5.2 | Natanael Copa | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | init: silently fix apk arch in case apkovl arch don't match | Natanael Copa | 2014-01-07 | 1 | -0/+8 |
| | | | | ref #2529 | ||||
* | cyptsetup: add another missing dep, libpthread | Natanael Copa | 2013-12-02 | 1 | -0/+1 |
| | | | | ref #2445 | ||||
* | cryptsetup: add missing libdl dependency | Natanael Copa | 2013-11-18 | 1 | -0/+1 |
| | |||||
* | ==== release 2.5.1 ====v2.5.1 | Natanael Copa | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | init: improve boot output | Natanael Copa | 2013-11-07 | 1 | -12/+9 |
| | | | | | | | | - Don't redirect apk stdout ouput to /dev/null. recent apk has the progressbar on stdout. - Fix noquiet boot option - Dont't display Init version by default as it gests confused with Alpine release. | ||||
* | add feature: network | Kaarle Ritvanen | 2013-09-06 | 3 | -0/+5 |
| | |||||
* | ======== release 2.5.0 ========v2.5.0 | Natanael Copa | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | usb: add hid-generic driver | Natanael Copa | 2013-08-07 | 1 | -0/+1 |
| | | | | Needed for usb keyboards | ||||
* | group: sync with alpine-baselayout | Natanael Copa | 2013-07-12 | 1 | -2/+6 |
| | |||||
* | init: support apkovl=<localdev>:<fstype>:pathto/host.apkovl.tar.gz | Natanael Copa | 2013-05-06 | 1 | -0/+18 |
| | | | | | | | | Add support for the following formats for apkovl boot option: apkovl=sda1:ext4:/mydir/host.apkovl.tar.gz apkovl=sda1:/mydir/host.apkovl.tar.gz apkovl=/mydir/host.alpkovl.tar.gz | ||||
* | init: use apkovl instead of ovl_dev boot option http | Natanael Copa | 2013-05-02 | 1 | -12/+12 |
| | | | | | | | | Use the format: apkovl=http://<server>/path/host.apkovl.tar.gz when using apkovl from http. | ||||
* | init: use --update-cache flag instead of a separate apk update run | Natanael Copa | 2013-05-02 | 1 | -3/+1 |
| | |||||
* | init: minor cleanup. improve error reporting | Natanael Copa | 2013-05-02 | 1 | -7/+9 |
| | |||||
* | init: dont use bash style == | Natanael Copa | 2013-05-02 | 1 | -4/+4 |
| | |||||
* | init: factorize out OVL_DEV_IS_NETWORK variable | Natanael Copa | 2013-05-02 | 1 | -25/+24 |
| | | | | instead, check if OVL_DEV is an URI | ||||
* | init: remove unused OVL_MNT | Natanael Copa | 2013-05-02 | 1 | -3/+0 |
| |