summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* init: fix typoHEADmasterCedric Schieli2011-07-271-1/+1
| | | | c250c7fbb97a6762a220057bef33698120e6425f was only a partial fix
* forgot to add keymap to MakefileMichael Zhou2011-06-031-0/+1
|
* global keymap by defaultMichael Zhou2011-06-032-1/+2
|
* init: use the global keymap supportNatanael Copa2011-06-031-1/+0
|
* cryptsetup: fix libs using globsNatanael Copa2011-06-031-17/+7
| | | | we cannot depend on 64bit specifics.
* add encrypted root supportMichael Zhou2011-06-034-0/+35
|
* init: enable keymap supportNatanael Copa2011-06-031-0/+10
| | | | | User just need add a /etc/keymap/$map to the initramfs to get keymap support. This is useful for encrypted apkovls and cryptsetup.
* mkinitfs-rundep: new tool for tracing runtime depsNatanael Copa2011-06-032-1/+37
|
* init: fix progressbar when not quietNatanael Copa2011-04-281-0/+3
| | | | see http://bugs.alpinelinux.org/issues/613
* release 2.3.4v2.3.4Natanael Copa2011-04-201-1/+1
|
* init: unmount the media where apkovl was found if neededNatanael Copa2011-04-131-2/+5
| | | | This prevents double mount of /media/usb and /media/usbdisk
* init: use new location for worldNatanael Copa2011-04-071-1/+1
|
* 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
|