mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox:
- cleanup init script
This commit is contained in:
parent
5f12716fee
commit
9dafc1b247
@ -3,9 +3,6 @@
|
|||||||
# read config
|
# read config
|
||||||
. /etc/sysconfig
|
. /etc/sysconfig
|
||||||
|
|
||||||
# mounting storage
|
|
||||||
# todo
|
|
||||||
|
|
||||||
# mounting needed filesystems
|
# mounting needed filesystems
|
||||||
/bin/mount -n -t ramfs none /var
|
/bin/mount -n -t ramfs none /var
|
||||||
|
|
||||||
@ -15,10 +12,7 @@
|
|||||||
install -m 755 -d /var/media
|
install -m 755 -d /var/media
|
||||||
install -m 1777 -d /var/run
|
install -m 1777 -d /var/run
|
||||||
install -m 1777 -d /var/tmp
|
install -m 1777 -d /var/tmp
|
||||||
install -m 700 -d /var/lib/polkit-1 # for polkit
|
|
||||||
install -m 755 -d /var/run/sepermit # for LinuxPAM
|
install -m 755 -d /var/run/sepermit # for LinuxPAM
|
||||||
install -m 700 -d /var/lib/DeviceKit-disks # for DeviceKit-disks
|
|
||||||
install -m 700 -d /var/run/DeviceKit-disks # for DeviceKit-disks
|
|
||||||
|
|
||||||
# starting Xorg
|
# starting Xorg
|
||||||
[ ! "$TEXTMODE" = "yes" ] && start_xorg
|
[ ! "$TEXTMODE" = "yes" ] && start_xorg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user