Skip to content

Commit

Permalink
Removed reference to fakeroot as it does not create real device files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrspruitt committed Oct 12, 2017
1 parent 2857473 commit dc352c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Run program with -h or --help for explanation of options.

The script accepts a file with UBI or UBIFS data in it, so should work with a NAND
dump. It will search for the first occurance of UBI or UBIFS data and attempt to
extract the contents. If file includes special files, you will may need to run as
fakeroot and set the (-k, --keep-permissions) option, for it to create these files.
With out it, it'll skip them and show a warning that these files were not created.
extract the contents. If file includes special files, you will need to run as
root or sudo for it to create these files. With out it, it'll skip them and show a
warning that these files were not created.

## Extracting Images:
ubireader_extract_images [options] path/to/file
Expand Down

0 comments on commit dc352c4

Please sign in to comment.