Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox: add -Z option to syslogd and enable it by default | Shiz | 2017-05-11 | 2 | -53/+3 |
| | |||||
* | main/busybox-initscripts: depend on openrc | Natanael Copa | 2017-03-13 | 1 | -3/+4 |
| | |||||
* | main/busybox-initscripts: udhcpc: act on IPv4 only | Corentin Henry | 2017-02-08 | 2 | -14/+14 |
| | | | | | | | | | | | | udhcpc works only with IPv4 addresses but the current /usr/share/udhcpc/default.script script interferes with IPv6. For example, when getting a new lease from an IPv4 address on a given interface, all the addresses on this interfaces get flushed, including IPv6. This issue has been reported to the busybox project: https://bugs.busybox.net/show_bug.cgi?id=9621 This commit prevents udhcpc to act on IPv6 addresses. | ||||
* | main/busybox-initscripts: really add --quiet to modprobe fbcon | Timo Teräs | 2016-11-25 | 2 | -5/+5 |
| | | | | It was added first to wrong modprobe. | ||||
* | main/busybox-initscripts: add --quiet to modprobe fbcon | Timo Teräs | 2016-11-25 | 2 | -5/+5 |
| | | | | | | If initramfs is built without kms feature, it will not have fbcon. Now with efifb and simplefb statically built to kernel image, the fb0 can appear always. Add -q to suppress this error. | ||||
* | main/busybox-initscripts: add support for DHCP search domains | David Scott | 2016-08-26 | 2 | -7/+12 |
| | | | | | | | This also updates /etc/resolv.conf atomically to avoid transient failures during updates. Signed-off-by: David Scott <dave.scott@docker.com> | ||||
* | Revert "main/busybox-initscripts: fix default.script DHCP behaviour" | Natanael Copa | 2016-08-26 | 1 | -21/+5 |
| | | | | | | Logic was broken. This reverts commit 703e83eaed5020ebe2aa4dbfdfce21259abf2e83. | ||||
* | main/busybox-initscripts: move input devices to new input group | Sören Tempel | 2016-08-11 | 3 | -8/+12 |
| | | | | | Since this group is used by udev by default for input devices we should also use it in mdev. | ||||
* | main/busybox-initscripts: bump pkgrel | Bartłomiej Piotrowski | 2016-08-01 | 1 | -4/+4 |
| | |||||
* | main/busybox-initscripts: fix default.script DHCP behaviour | ScrumpyJack | 2016-08-01 | 1 | -5/+21 |
| | | | | | | This tells /usr/share/udhcpc/default.script to leave resolv.conf alone when not sent DHCP options for DNS (option 6) and a search domain (option 15). | ||||
* | main/busybox-initscripts: add an example for rpi bluetooth | Natanael Copa | 2016-07-13 | 2 | -4/+6 |
| | |||||
* | main/busybox-initscripts: fix tun/tap, change their group to netdev | Jakub Jirutka | 2016-06-27 | 2 | -6/+6 |
| | | | | | | | | | tun/tap devices are created inside /dev/net by default, so tun[0-9]* and tap[0-9]* doesn't match them. When you run qemu as an unprivileged user, that user must have write permission on the tun device. The group netdev seems to be appropriate for this and it's already included in the baselayout's groups. | ||||
* | main/busybox-initscripts: support for disable gateway and dns in udhcpcd | Natanael Copa | 2016-06-16 | 2 | -4/+10 |
| | | | | ref #5672 | ||||
* | main/busybox-initscripts: fix cron->crond rename when upgrade | Natanael Copa | 2016-05-31 | 3 | -4/+19 |
| | | | | fixes #5462 | ||||
* | main/busybox-initscripts: add dummy prepare | Natanael Copa | 2016-04-05 | 1 | -1/+5 |
| | | | | | abuild's default_prepare now tries to cd to $builddir. it does not exist in this case so we override it with a dummy. | ||||
* | main/busybox-initscripts: Added description to syslog init.d script | Daniele Coli | 2016-04-05 | 2 | -3/+5 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | main/busybox-initscripts: rename cron service to crond | Sören Tempel | 2016-03-19 | 3 | -13/+12 |
| | | | | | | | | | | cron is the name of a virtual service and a real service. This causes a non-fatal error with the most recent OpenRC version. This error appears everytime openrc updates the dependency tree this can be triggered manually by calling rc_deptree_update(3). Renaming the busybox cron service fixes this error, however, this breaks backwards compatibility. | ||||
* | main/busybox-initscripts: fix typo in udhcpcd service | Sören Tempel | 2016-02-09 | 2 | -5/+5 |
| | |||||
* | main/busybox-initscripts: make mdev recognize dri devices on new kernels | Isaac Dunham | 2016-02-02 | 2 | -4/+5 |
| | | | | | | | -- When mdev is used with X, this allows users in group 'video' to use OpenGL, instead of just users in 'root'. A similar fix may be needed for eudev. | ||||
* | main/busybox-initscript: acpid, syslog: set group, umask | Kaarle Ritvanen | 2016-01-01 | 3 | -7/+9 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/busybox-initscripts: add udhcpd service | Sören Tempel | 2015-08-28 | 2 | -9/+19 |
| | |||||
* | main/busybox-initscripts: use openrc's devfs for mdev-mount | Natanael Copa | 2015-07-15 | 3 | -79/+7 |
| | |||||
* | main/busybox-initscripts: cleanup and fix lxc | Natanael Copa | 2015-05-06 | 6 | -18/+24 |
| | | | | | | | | | Use keyword -<sys> instead of no<sys> to disable services on given systems. On LXC, disable acpid, klogd, mdev-mount, mdev and rdate. fixes #3699 | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 13 | -49/+49 |
| | |||||
* | main/busybox-initscripts: vchiq device should be in video group | Timo Teräs | 2014-12-01 | 2 | -4/+5 |
| | | | | | It is rasperry pi's video chip device. Apps accessing the gfx chip need that. | ||||
* | main/busybox-initscripts: allow blacklisting of fbcon | Timo Teräs | 2014-12-01 | 2 | -5/+5 |
| | |||||
* | main/busybox-initscripts: fix checksum | Eivind Uggedal | 2014-08-04 | 1 | -3/+3 |
| | |||||
* | main/busybox-initscripts: avoid misleading error message from udhcp ↵ | Alex Dowad | 2014-08-01 | 2 | -1/+7 |
| | | | | default.script | ||||
* | main/busybox-initscripts: mdev: fix default config to work with newer kernels | Natanael Copa | 2014-07-22 | 2 | -4/+8 |
| | | | | | | | It seems like kernel now specify the devices ass foo/bar instead ofi foo/bar. Adjust default mdev.conf to support both. ref #3091 | ||||
* | main/busybox-initscripts: klogd should not provide logger | Natanael Copa | 2014-07-15 | 2 | -5/+4 |
| | | | | ref #3156 | ||||
* | main/busybox-initscripts: fix checksums | Natanael Copa | 2014-06-26 | 1 | -3/+3 |
| | |||||
* | main/busybox-initscripts: fix typo mdev.conf | Carlo Landmeter | 2014-06-26 | 2 | -2/+2 |
| | |||||
* | main/busybox-initscripts: fix ownership for /dev/snd/* | Natanael Copa | 2014-06-25 | 2 | -4/+6 |
| | | | | ref #3073 | ||||
* | main/busybox-initscripts: add support for broadcast from dhcp | Natanael Copa | 2014-05-06 | 2 | -6/+6 |
| | | | | ref #2880 | ||||
* | 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. |