We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0f8fd commit cdca3a1Copy full SHA for cdca3a1
1 file changed
README.md
@@ -60,6 +60,9 @@ rsync rusgik ramdisk/init && chmod 777 ramdisk/init && ( cd ramdisk && find . |
60
61
* Once you have `system.img` you need to mount it: `mkdir mdir && sudo mount -o loop system.img mdir`
62
63
-* 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`
64
65
* 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