merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent ca6972338e
commit 573f4e9764

@ -199,7 +199,7 @@ mount_partitions () {
is_mounted /data || mount /data || error "failed to mount /data!"
${BOOTMODE} || mount -o bind /dev/urandom /dev/random
mount -o bind /dev/urandom /dev/random
! is_mounted /system && mount -o rw /system
! is_mounted /system && mount -o rw ${SYSTEM_BLOCK} /system
! is_mounted /system && error "failed to mount /system!"

Loading…
Cancel
Save