Skip to content

Commit

Permalink
Update added and todo lists
Browse files Browse the repository at this point in the history
  • Loading branch information
xcellerator committed Nov 18, 2017
1 parent a9031ab commit 5e3af92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ADDED.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ You can do this with a simple `chmod` as below:
```
$ sudo chmod +x /boot/usbninja/exec.sh
```

### Alternative Backing File in `storage` mode

By default, the backing file used in `storage` mode is the one located at `/lib/usbninja/storage.img`. However, you can create another one, as detailed in [STORAGE.img](src/STORAGE.img). Once done, you can specify the location of your new backing file in `options.txt` with the `storage: ` line.
```
.
.
.
storage: /home/alarm/backing_file.img
```
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Multiple keyboard layouts
* ~~Post gadget-setup script execution~~ (See [ADDED.md](ADDED.md))
* Add some API functions for post-setup scripts to use
* ~~Add option to set alternative backing file in storage mode~~

## Code Changes
* **Find a better way to distribute releases other than an 8GB image!**
Expand Down

0 comments on commit 5e3af92

Please sign in to comment.