aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* init: fix typoNatanael Copa2009-08-201-1/+1
|
* init: setup serial login in inittab if console=ttyS*Natanael Copa2009-08-201-0/+16
|
* mkinitfs: default image name is initrd if kernel has no flavorNatanael Copa2009-08-171-1/+5
|
* release 2.0_rc2v2.0_rc2Natanael Copa2009-08-101-1/+1
|
* init: use --repository instead of --repo, add --no-network opt for apkNatanael Copa2009-08-101-3/+3
|
* init: fixes for new apk behaviourNatanael Copa2009-08-061-12/+16
|
* mkinitfs: support for -q. echo to stdout rather than stderrNatanael Copa2009-08-061-3/+5
|
* release 2.0_rc1v2.0_rc1Natanael Copa2009-08-051-1/+1
|
* init: adapt to new changes to apkNatanael Copa2009-08-051-13/+11
| | | | | * install keys in /sysroot * use --repo rather than /etc/apk/repository
* release 1.9v1.9Natanael Copa2009-07-301-1/+1
|
* init: allow user to override tmpfs root size in fstab in apkovlNatanael Copa2009-07-301-0/+8
| | | | fixes http://redmine.alpinelinux.org/issues/show/93
* init: find both APK_INDEX.gz and APKINDEX.tar.gz repositoriesNatanael Copa2009-07-301-3/+2
|
* init: check for /sbin/init before moving mountsNatanael Copa2009-07-301-3/+7
|
* release 1.8v1.8Natanael Copa2009-07-291-1/+1
|
* init: remove packages.list if existsNatanael Copa2009-07-291-0/+1
| | | | fixes #94
* mkinitfs: add the keys from running system to initramfs imageNatanael Copa2009-07-291-0/+8
|
* init: use apk keys from apkovl when installing the packagesNatanael Copa2009-07-291-0/+5
|
* added cciss and sx8 raid ontroles to 'raid'Natanael Copa2009-07-241-0/+2
|
* release 1.7v1.7Natanael Copa2009-07-151-1/+1
|
* added apk deps to base filelistNatanael Copa2009-07-151-0/+4
|
* init: unpack libcryptoNatanael Copa2009-07-131-0/+1
|
* release 1.6.2v1.6.2Natanael Copa2009-07-061-1/+1
|
* init: we add a 1 sec delay to wait for slow usb-1 controllersNatanael Copa2009-07-061-10/+19
|
* release 1.6.1v1.6.1Natanael Copa2009-06-161-1/+1
|