mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
udev: udev needs some groups, so we dont more have the ugly bootmessages
This commit is contained in:
parent
cb850e6136
commit
cbebe9ce8e
@ -4,6 +4,16 @@
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
add_group cdrom 11
|
||||
add_group dialout 18
|
||||
add_group disk 6
|
||||
add_group floppy 19
|
||||
add_group kmem 9
|
||||
add_group lp 7
|
||||
add_group tape 33
|
||||
add_group tty 5
|
||||
add_group video 39
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $PKG_BUILD/$1/udevadm $INSTALL/sbin
|
||||
cp $PKG_BUILD/$1/udevd $INSTALL/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user