Skip to content

Commit

Permalink
Update rootdir.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Aug 12, 2024
1 parent 55e9da4 commit c78ed6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/src/init/rootdir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ on post-fs-data
umount /system/etc/init/hw/init.zygote32.rc
umount /system/etc/init/hw/init.rc
mount none none /debug_ramdisk private rec
mount tmpfs tmpfs /acct
mkdir /dev/test1
mount tmpfs tmpfs /dev/test1
"#)
.ok();

Expand Down

0 comments on commit c78ed6b

Please sign in to comment.