CommonInstaller, Patcher: mount /vendor partition

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
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…
Cancel
Save