Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
dcore:easytether_on_minimal_dcore [2016/07/02 12:33] – [Steps] nitram | dcore:easytether_on_minimal_dcore [2016/07/02 13:52] (current) – [Steps] nitram | ||
---|---|---|---|
Line 22: | Line 22: | ||
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 / | + | addgroup -S easytether |
- | *easytether-usb | + | adduser -S -G easytether -h / |
- | *ifconfig easytether-tap up | + | easytether-usb |
- | *udhcpc -i easytether-tap | + | ifconfig easytether-tap up |
+ | udhcpc -i easytether-tap | ||
+ | </ | ||
(Optionally, | (Optionally, | ||