Skip to content

Commit cdca3a1

Browse files
author
AXON
committed
Update README.md
1 parent bf0f8fd commit cdca3a1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ rsync rusgik ramdisk/init && chmod 777 ramdisk/init && ( cd ramdisk && find . |
6060

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

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

6565
* Lastly put `rusgik` binary as `init` executable at `/` of system.img: `sudo rsync rusgik mdir/init && chmod 777 mdir/init`
66+
67+
68+
Note: I'm assuming that you have `rusgik` binary at the same dir as your android-x86 OS files.

0 commit comments

Comments
 (0)