aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/mdev.conf
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox-initscripts: set 0666 permissions on /dev/net/{tun,tap} instead ↵Rasmus Thomsen2019-10-311-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 commandJoonas Kuorilehto2019-08-231-3/+3
| | | | | The command hciattach is deprecated in bluez. Replace the command with btattach.
* main/busybox-initscripts add ttyUSB[0-9] devices to dialout groupMilan P. Stanić2018-12-221-0/+1
|
* main/busybox-initscripts: really add --quiet to modprobe fbconTimo Teräs2016-11-251-1/+1
| | | | It was added first to wrong modprobe.
* main/busybox-initscripts: add --quiet to modprobe fbconTimo Teräs2016-11-251-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 groupSören Tempel2016-08-111-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 bluetoothNatanael Copa2016-07-131-0/+2
|
* main/busybox-initscripts: fix tun/tap, change their group to netdevJakub Jirutka2016-06-271-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 kernelsIsaac Dunham2016-02-021-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 groupTimo Teräs2014-12-011-0/+1
| | | | | It is rasperry pi's video chip device. Apps accessing the gfx chip need that.
* main/busybox-initscripts: allow blacklisting of fbconTimo Teräs2014-12-011-1/+1
|
* main/busybox-initscripts: mdev: fix default config to work with newer kernelsNatanael Copa2014-07-221-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.confCarlo Landmeter2014-06-261-1/+1
|
* main/busybox-initscripts: fix ownership for /dev/snd/*Natanael Copa2014-06-251-0/+2
| | | | ref #3073
* main/busybox-initscripts: fix module autoloadingNatanael Copa2013-08-071-0/+2
| | | | ref #2071
* main/busybox-initscripts: add kvm to mdev.confCarlo Landmeter2013-06-141-0/+3
|
* main/busybox-initscripts: try fix usb devicesNatanael Copa2012-12-051-2/+1
| | | | ref #1481
* main/busybox-initscripts: fix /dev/fd symlinkNatanael Copa2012-11-191-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 Pitcock2012-09-141-3/+0
| | | | rule in 5d10cb782a
* busybox-initscripts: Add general rule to mdev ! -> $1/$2Roger Pau Monne2012-09-141-0/+3
| | | | Add rule to mdev to thread "!" as a split between folder and files.
* main/busybox-initscripts: support more than 10 /dev/video* devicesNatanael Copa2012-03-131-1/+1
|
* main/busybox-initscripts: load fbcon with framebuffer devNatanael Copa2011-05-251-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/cdromNatanael Copa2011-04-131-1/+1
| | | | fixes #457
* main/busybox-initscripts: minor mdev fixesNatanael Copa2010-04-221-1/+4
| | | | got hints from solar
* main/busybox-initscripts: add xen stuff to mdevCedric Schieli2010-03-311-0/+3
| | | | Signed-off-by: Cedric Schieli <cschieli@gmail.com>
* main/busybox-initscripts: added hpilo to mdev.confNatanael Copa2010-02-261-0/+3
|
* main/busybox-initscripts: fix cdrom in mdev.confNatanael Copa2009-10-121-1/+1
| | | | fixes #184
* main/busybox-initscripts: fix loop device mdev configNatanael Copa2009-09-141-1/+1
|
* move core/* to main/Natanael Copa2009-07-231-0/+100
added maintainer to several packages as well