CommonInstaller: fix the probably most silly mount error(tm)

merge-requests/35/head
Christopher Roy Bratusek 3 years ago
parent cac483552f
commit ce58ced55f

@ -299,7 +299,7 @@ mount_partitions () {
if ! mount --move /system /system_root; then
umount /system
umount -l /system
moun -o rw ${SYSTEM_BLOCK} /system_root
mount -o rw ${SYSTEM_BLOCK} /system_root
fi
mount -o bind /system_root/system /system
fi

Loading…
Cancel
Save