mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
busybox:
- mount filesystems earlyer - mount also /proc /sys /dev /dev/pts from here
This commit is contained in:
parent
9a034e2b2f
commit
60e0f6c6ea
@ -29,4 +29,14 @@
|
||||
|
||||
progress "mounting needed filesystems"
|
||||
|
||||
$IONICE mount -n -t ramfs none /var
|
||||
mount -n -t proc none /proc
|
||||
mount -n -t sysfs none /sys
|
||||
|
||||
echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
|
||||
|
||||
mount -n -t devtmpfs none /dev
|
||||
|
||||
mkdir -p /dev/pts
|
||||
mount -n -t devpts -o gid=5,mode=620 none /dev/pts
|
||||
|
||||
mount -n -t ramfs none /var
|
Loading…
x
Reference in New Issue
Block a user