summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* init: pass over overlay file list to apk with --overlay-from-stdinNatanael Copa2009-12-221-5/+13
|
* init: never overwrite existing filesNatanael Copa2009-11-241-1/+1
| | | | ref #197
* release 2.0_rc6v2.0_rc6Natanael Copa2009-10-202-2/+1
|
* include cpqarray driver for raid supportNatanael Copa2009-10-161-0/+1
|
* init: support usbdelay boot option for disk installsNatanael Copa2009-10-051-0/+1
| | | | Some slower usb hosts needs this
* release 2.0_rc5v2.0_rc5Natanael Copa2009-09-181-1/+1
|
* removed ide stuffNatanael Copa2009-09-183-3/+1
|
* release 2.0_rc4v2.0_rc4Natanael Copa2009-09-031-1/+1
|
* mkinitfs: another fix for -bNatanael Copa2009-09-031-4/+5
|
* mkinitfs: fix -b optionNatanael Copa2009-09-031-3/+3
|
* release 2.0_rc3v2.0_rc3Natanael Copa2009-08-201-1/+1
|