Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox-initscripts: set 0666 permissions on /dev/net/{tun,tap} instead ↵ | Rasmus Thomsen | 2019-10-31 | 1 | -2/+3 |
| | | | | | | | | | | | | | of 0660 According to https://www.kernel.org/doc/Documentation/networking/tuntap.txt this is fine, you need additional capabilities to use them anyway. This is also what the default udev rules use. While we're at it: fix the homepage fixes #10903 | ||||
* | main/busybox-initscripts: update rpi bluetooth command | Joonas Kuorilehto | 2019-08-23 | 1 | -3/+3 |
| | | | | | The command hciattach is deprecated in bluez. Replace the command with btattach. | ||||
* | main/busybox-initscripts add ttyUSB[0-9] devices to dialout group | Milan P. Stanić | 2018-12-22 | 1 | -0/+1 |
| | |||||
* | main/busybox-initscripts: really add --quiet to modprobe fbcon | Timo Teräs | 2016-11-25 | 1 | -1/+1 |
| | | | | It was added first to wrong modprobe. | ||||
* | main/busybox-initscripts: add --quiet to modprobe fbcon | Timo Teräs | 2016-11-25 | 1 | -1/+1 |
| | | | | | | 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: move input devices to new input group | Sören Tempel | 2016-08-11 | 1 | -4/+5 |
| | | | | | Since this group is used by udev by default for input devices we should also use it in mdev. | ||||
* | main/busybox-initscripts: add an example for rpi bluetooth | Natanael Copa | 2016-07-13 | 1 | -0/+2 |
| | |||||
* | main/busybox-initscripts: fix tun/tap, change their group to netdev | Jakub Jirutka | 2016-06-27 | 1 | -2/+2 |
| | | | | | | | | | 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: make mdev recognize dri devices on new kernels | Isaac Dunham | 2016-02-02 | 1 | -0/+1 |
| | | | | | | | -- 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-initscripts: vchiq device should be in video group | Timo Teräs | 2014-12-01 | 1 | -0/+1 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: mdev: fix default config to work with newer kernels | Natanael Copa | 2014-07-22 | 1 | -0/+4 |
| | | | | | | | 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: fix typo mdev.conf | Carlo Landmeter | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: fix ownership for /dev/snd/* | Natanael Copa | 2014-06-25 | 1 | -0/+2 |
| | | | | ref #3073 | ||||
* | main/busybox-initscripts: fix module autoloading | Natanael Copa | 2013-08-07 | 1 | -0/+2 |
| | | | | ref #2071 | ||||
* | main/busybox-initscripts: add kvm to mdev.conf | Carlo Landmeter | 2013-06-14 | 1 | -0/+3 |
| | |||||
* | main/busybox-initscripts: try fix usb devices | Natanael Copa | 2012-12-05 | 1 | -2/+1 |
| | | | | ref #1481 | ||||
* | main/busybox-initscripts: fix /dev/fd symlink | Natanael Copa | 2012-11-19 | 1 | -3/+2 |
| | | | | | | | | | 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 | 1 | -3/+0 |
| | | | | rule in 5d10cb782a | ||||
* | busybox-initscripts: Add general rule to mdev ! -> $1/$2 | Roger Pau Monne | 2012-09-14 | 1 | -0/+3 |
| | | | | Add rule to mdev to thread "!" as a split between folder and files. | ||||
* | main/busybox-initscripts: support more than 10 /dev/video* devices | Natanael Copa | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: load fbcon with framebuffer dev | Natanael Copa | 2011-05-25 | 1 | -1/+2 |
| | | | | | | When a frambuffer device shows up we want a framebuffer console fixes #622 (cherry picked from commit f1f9a3a857cccd09b42ac4e29cf0aa9782b7de76) | ||||
* | mdev.conf: only symlink first cdrom to /dev/cdrom | Natanael Copa | 2011-04-13 | 1 | -1/+1 |
| | | | | fixes #457 | ||||
* | main/busybox-initscripts: minor mdev fixes | Natanael Copa | 2010-04-22 | 1 | -1/+4 |
| | | | | got hints from solar | ||||
* | main/busybox-initscripts: add xen stuff to mdev | Cedric Schieli | 2010-03-31 | 1 | -0/+3 |
| | | | | Signed-off-by: Cedric Schieli <cschieli@gmail.com> | ||||
* | main/busybox-initscripts: added hpilo to mdev.conf | Natanael Copa | 2010-02-26 | 1 | -0/+3 |
| | |||||
* | main/busybox-initscripts: fix cdrom in mdev.conf | Natanael Copa | 2009-10-12 | 1 | -1/+1 |
| | | | | fixes #184 | ||||
* | main/busybox-initscripts: fix loop device mdev config | Natanael Copa | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 1 | -0/+100 |
added maintainer to several packages as well |