aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2.3.3v2.3.3Natanael Copa2011-03-161-1/+1
|
* init: let DRM drivers be autodetectedNatanael Copa2011-03-161-3/+1
| | | | this is so we only load the drivers we have hardware for
* include all modprobe.d/*.conf files in initramfsNatanael Copa2011-03-161-1/+1
|
* fix typoWilliam Pitcock2011-03-111-1/+1
|
* mkinitfs v2.3.2v2.3.2William Pitcock2011-03-111-1/+1
|
* add KMS featureWilliam Pitcock2011-03-115-1/+17
|
* jfs: fix typoWilliam Pitcock2011-03-111-1/+1
|
* release 2.3.1v2.3.1Natanael Copa2011-03-071-1/+1
|
* included virtio kernel modulesNatanael Copa2011-03-071-0/+1
| | | | see http://redmine.alpinelinux.org/issues/518
* added jfs, gfs2 and ocfs2Natanael Copa2011-03-014-0/+6
| | | | not sure how useful yet, but now its there at least.
* add btrfs supportNatanael Copa2011-03-012-0/+3
|
* release 2.3.0v2.3.0Natanael Copa2011-01-071-1/+1
|
* init: allow raid use mdadm if neededNatanael Copa2011-01-071-9/+25
|
* init: make / readonly for world when tmpfsNatanael Copa2011-01-071-2/+2
|
* init: support lvm ontop of raid devicesNatanael Copa2010-12-241-7/+12
|
* release 2.2.0v2.2.0Natanael Copa2010-12-231-1/+1
|
* init: vgscan and vgchange are symlinks use lvmNatanael Copa2010-12-232-5/+5
|
* added missing lvm filesNatanael Copa2010-12-232-0/+4
|
* init: support for lvmNatanael Copa2010-12-232-1/+9
|
* init: mount devices as read-onlyNatanael Copa2010-12-211-4/+5
|
* release 2.1.3v2.1.3Natanael Copa2010-12-031-1/+1
|
* init: respect mount options in /etc/fstab for alpine_devNatanael Copa2010-12-031-0/+9
| | | | | ref #477 http://redmine.alpinelinux.org/issues/477
* inlude ld64-uClibc in initramfs imageNatanael Copa2010-11-251-2/+2
|
* release 2.1.2v2.1.2Natanael Copa2010-11-091-1/+1
|
* mkinitfs: generate modules.dep if its missingNatanael Copa2010-11-091-0/+4
|
* mkinitfs: fix for running without -b optionNatanael Copa2010-11-031-2/+2
|
* release 2.1.1v2.1.1Natanael Copa2010-10-291-1/+1
|
* init: be more quiet. install openssl with apkNatanael Copa2010-10-291-16/+16
| | | | | | | We use apk add to install openssl if needed. This is so dependencies are handeled properly. See http://redmine.alpinelinux.org/issues/455
* release 2.1v2.1Natanael Copa2010-10-271-1/+1
|
* init: restore /dev/nullNatanael Copa2010-10-271-0/+3
|
* init: only copy .alpine-release if there are no /etc/alpine-release from beforeNatanael Copa2010-10-271-2/+4
|
* init: add support for pkgs=... boot opt and UUID in alpine_devNatanael Copa2010-10-221-5/+15
|
* release 2.0v2.0Natanael Copa2010-09-031-1/+1
|
* mkinitfs: handle the case when modules.dep has full pathNatanael Copa2010-08-091-0/+4
| | | | we do that by simply removing the prepend string
* release 2.0_rc9v2.0_rc9Natanael Copa2010-08-051-1/+1
|
* mkinitfs: minor bugfix dont prepend basedir doubleNatanael Copa2010-08-051-1/+1
|
* mkinitfs: fix kernel module dependency checkingTimo Teräs2010-08-051-3/+3
| | | | | | | The awk script parses modules.dep which contains only relative modulenames. Fix the code to feed only relative names to the awk script so we get the real dependencies out. Also add "prepend" to awk so it outputs absolute paths suitable for copying the files.
* mkinitfs.conf: add support for ext2, ext4 and virtio by defaultNatanael Copa2010-07-211-1/+1
|
* init: send mount errors to /tmp/mount-errorNatanael Copa2010-07-211-1/+1
|
* added support for virtioNatanael Copa2010-07-211-0/+2
|
* release 2.0_rc8v2.0_rc8Natanael Copa2010-06-141-1/+1
|
* Revert "init: clear screen"Natanael Copa2010-06-141-3/+0
| | | | This reverts commit a3ad8dee6b8e785a43d703a5a8b46e2e3c7ddad7.
* Merge remote branch 'sdrik/to-upstream'Natanael Copa2010-06-021-11/+38
|\
| * init: choose overlay device with ovl_dev=DEV:FSCedric Schieli2010-06-011-1/+19
| |
| * init: generalize console=* handlingCedric Schieli2010-06-011-10/+19
| |
* | init: clear screenNatanael Copa2010-05-241-0/+3
|/
* init: imporve boot option handlingNatanael Copa2010-02-261-23/+27
| | | | | | | | | | | | | | | | | | | | If <variable> is secified as boot option we define: KOPT_<variable>=yes If no<variable> is specified as boot option we define: KOPT_<variable>=no This way we can properly handle kernel cmdlines like: quiet noquiet and nodma dma The last specified variable will win. While we are here we also: * use KOPT_modules rather than handle those special * try deal with multiple console=tty* properly used with serial consoles
* init: only hide kernel messages if quiet is on cmdlineNatanael Copa2010-02-261-1/+1
|
* init: fix bug when parsing fstabNatanael Copa2010-01-081-1/+1
| | | | the /dev/usbdisk was mounted as /media/usbdisk instead of /media/usb
* release 2.0_rc7v2.0_rc7Natanael Copa2009-12-231-1/+1
|