Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox-initscripts: support 'peer-dns' in udhcpc hook | Timo Teräs | 2014-03-26 | 2 | -4/+5 |
| | | | | fixes #2781 | ||||
* | main/busybox-initscripts: ntpd init and conf | Eivind Uggedal | 2014-03-19 | 3 | -5/+26 |
| | | | | | Replaces openntpd init script and conf with the same name. | ||||
* | main/busybox-initscripts: httpd does not generate pid file | Natanael Copa | 2013-10-08 | 2 | -7/+5 |
| | | | | ref #2276 | ||||
* | main/busybox-initscripts: fix module autoloading | Natanael Copa | 2013-08-07 | 2 | -4/+6 |
| | | | | ref #2071 | ||||
* | main/busybox-initscripts: fix checksum | Natanael Copa | 2013-07-19 | 1 | -3/+3 |
| | |||||
* | main/busybox-initscripts: use pidfile | Natanael Copa | 2013-07-19 | 9 | -123/+62 |
| | | | | | Use the pidfile rather than exec name to stop services. This fixes issue with qemu-arm | ||||
* | main/busybox-initscripts: add kvm to mdev.conf | Carlo Landmeter | 2013-06-14 | 2 | -2/+51 |
| | |||||
* | main/busybox-initscripts: udhcpc: find the interface even if we dont have /sys | Natanael Copa | 2012-12-24 | 2 | -3/+7 |
| | | | | Needed for LXC | ||||
* | main/busybox-initscripts: fix typo | Natanael Copa | 2012-12-20 | 2 | -3/+3 |
| | |||||
* | main/busybox-initscripts: try fix usb devices | Natanael Copa | 2012-12-05 | 4 | -62/+30 |
| | | | | ref #1481 | ||||
* | main/busybox-initscripts: fix /dev/fd symlink | Natanael Copa | 2012-11-19 | 3 | -6/+6 |
| | | | | | | | | | ref #1465 I think the initramfs create /dev/fd as a dir. When mdev-mount later runs 'ln -snf /proc/self/fd /dev/fd' the 'fd' symlink ends up as /dev/fd/fd. We fix this by always remove /dev/fd before creating the symlink. | ||||
* | main/busybox-initscripts: remove redundant mdev rules introduced by generic ↵ | William Pitcock | 2012-09-14 | 2 | -5/+2 |
| | | | | rule in 5d10cb782a | ||||
* | busybox-initscripts: Add general rule to mdev ! -> $1/$2 | Roger Pau Monne | 2012-09-14 | 2 | -2/+5 |
| | | | | Add rule to mdev to thread "!" as a split between folder and files. | ||||
* | main/busybox-initscripts: fix checksum | Natanael Copa | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: support multiple dhcp interfaces | Natanael Copa | 2012-03-15 | 2 | -6/+25 |
| | | | | | | | | | We set the metric to 300 + ifindex for wifi and 200 + ifindex for others. This is basically what dhcpcd does. Also allow overriding the metric in interfaces file. This makes multi isp setups easier. | ||||
* | main/busybox-initscripts: support more than 10 /dev/video* devices | Natanael Copa | 2012-03-13 | 2 | -3/+3 |
| | |||||
* | main/busybox-initscripts: move udhcpc script from alpine-baselayout | Natanael Copa | 2011-08-16 | 2 | -2/+122 |
| | | | | Does not belong in the baselayout package | ||||
* | main/busybox-initscripts: load fbcon with framebuffer dev | Natanael Copa | 2011-05-25 | 2 | -3/+4 |
| | | | | | | When a frambuffer device shows up we want a framebuffer console fixes #622 (cherry picked from commit f1f9a3a857cccd09b42ac4e29cf0aa9782b7de76) | ||||
* | main/busybox-initscripts: fix checksum from previous commit | Natanael Copa | 2011-04-13 | 1 | -3/+3 |
| | |||||
* | mdev.conf: only symlink first cdrom to /dev/cdrom | Natanael Copa | 2011-04-13 | 2 | -3/+3 |
| | | | | fixes #457 | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: fix checksums | Natanael Copa | 2010-12-22 | 1 | -4/+4 |
| | |||||
* | main/busybox-initscripts: fix add localmount as needed service | Natanael Copa | 2010-12-22 | 6 | -7/+7 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/busybox-initscripts: cron needs logger | Natanael Copa | 2010-07-21 | 2 | -2/+3 |
| | |||||
* | main/busybox-initscripts: minor mdev fixes | Natanael Copa | 2010-04-22 | 3 | -8/+11 |
| | | | | got hints from solar | ||||
* | main/busybox-initscripts: fix version number | Natanael Copa | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | main/busybox-initscripts: add xen stuff to mdev | Cedric Schieli | 2010-03-31 | 3 | -6/+22 |
| | | | | Signed-off-by: Cedric Schieli <cschieli@gmail.com> | ||||
* | main/busybox-initscripts: fix acpi poweroff script permissions | Natanael Copa | 2010-03-10 | 1 | -2/+2 |
| | | | | fixes #319 | ||||
* | main/busybox-initscripts: added hpilo to mdev.conf | Natanael Copa | 2010-02-26 | 2 | -2/+5 |
| | |||||
* | main/busybox-initscripts: fix cdrom in mdev.conf | Natanael Copa | 2009-10-12 | 2 | -3/+3 |
| | | | | fixes #184 | ||||
* | main/bind,busybox-initscripts: start net services after firewall | Natanael Copa | 2009-09-15 | 6 | -6/+18 |
| | |||||
* | main/busybox-initscripts: fix loop device mdev config | Natanael Copa | 2009-09-14 | 2 | -3/+3 |
| | |||||
* | main/busybox-initscripts: added acpid init.d script | Natanael Copa | 2009-08-18 | 2 | -7/+35 |
| | | | | and default acpi script for poweroff | ||||
* | main/sysklogd,busybox-initscripts: start system logger before network | Natanael Copa | 2009-08-09 | 2 | -2/+3 |
| | | | | fixes #121 | ||||
* | main/busybox-initscripts: fix for crond initscript | Natanael Copa | 2009-07-24 | 2 | -3/+3 |
| | | | | fixes #74 | ||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 22 | -0/+552 |
added maintainer to several packages as well |