Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:easytether_on_minimal_dcore [2016/07/02 12:32] – [Prerequisite] nitram | dcore:easytether_on_minimal_dcore [2016/07/02 13:52] (current) – [Steps] nitram | ||
---|---|---|---|
Line 21: | Line 21: | ||
Extract three executables from the .deb file using ar and tar commands. | Extract three executables from the .deb file using ar and tar commands. | ||
Make a directory named / | Make a directory named / | ||
- | Make a script file containing next 5 lines: | + | Make a script file containing next 5 lines: |
- | | + | < |
- | | + | addgroup -S easytether |
- | | + | adduser -S -G easytether -h / |
- | | + | easytether-usb |
- | | + | ifconfig easytether-tap up |
+ | udhcpc -i easytether-tap | ||
+ | </ | ||
(Optionally, | (Optionally, | ||