mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
CommonInstaller, Patcher: mount /vendor partition
This commit is contained in:
parent
335e87ceb3
commit
ad06de9fd5
@ -207,6 +207,7 @@ mount_partitions () {
|
||||
fi
|
||||
|
||||
is_mounted /data || mount /data
|
||||
is_mounted /vendor || mount /vendor
|
||||
|
||||
${BOOTMODE} || mount -o bind /dev/urandom /dev/random
|
||||
|
||||
|
@ -67,6 +67,7 @@ mount_partitions () {
|
||||
fi
|
||||
|
||||
is_mounted /data || mount /data
|
||||
is_mounted /vendor || mount /vendor
|
||||
|
||||
${BOOTMODE} || mount -o bind /dev/urandom /dev/random
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user