Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AXON committed Dec 10, 2020
1 parent bf0f8fd commit cdca3a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ rsync rusgik ramdisk/init && chmod 777 ramdisk/init && ( cd ramdisk && find . |

* Once you have `system.img` you need to mount it: `mkdir mdir && sudo mount -o loop system.img mdir`

* Now rename `init` to `init.real` by running the following command: `sudo mv init init.real`
* Now rename `init` to `init.real` by running the following command: `sudo mv mdir/init mdir/init.real`

* Lastly put `rusgik` binary as `init` executable at `/` of system.img: `sudo rsync rusgik mdir/init && chmod 777 mdir/init`


Note: I'm assuming that you have `rusgik` binary at the same dir as your android-x86 OS files.

0 comments on commit cdca3a1

Please sign in to comment.