2
0
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:
Christopher Roy Bratusek 2018-08-27 18:08:12 +02:00
parent 335e87ceb3
commit ad06de9fd5
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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