Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a4913d4 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

init.rc: remove "on fs" section

This was only ever used by the emulator. Now the emulator
uses an fstab file.

Change-Id: I1a071e567e1f1a379f9c8079cc2dc17660d8455f
parent 7d6ddc7d
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -131,14 +131,6 @@ loglevel 3
# This is needed by any process that uses socket tagging.
    chmod 0644 /dev/xt_qtaguid

on fs
# mount mtd partitions
    # Mount /system rw first to give the filesystem a chance to save a checkpoint
    mount ext4 mtd@system /system
    mount ext4 mtd@system /system ro remount
    mount ext4 mtd@userdata /data nosuid nodev
    mount ext4 mtd@cache /cache nosuid nodev

on post-fs
    # once everything is setup, no need to modify /
    mount rootfs rootfs / ro remount