https://github.com/voronenko/qfiles
qnap optimized dotfiles :)
https://github.com/voronenko/qfiles
Last synced: 5 months ago
JSON representation
qnap optimized dotfiles :)
- Host: GitHub
- URL: https://github.com/voronenko/qfiles
- Owner: Voronenko
- Created: 2022-02-11T14:36:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T20:14:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T05:36:52.948Z (9 months ago)
- Language: Shell
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Persisting using auto_run.sh
```sh
ubiattach -m 6 -d 2
/bin/mount -t ubifs ubi2:config /tmp/config
vi /tmp/config/autorun.sh
chmod +x /tmp/config/autorun.sh
echo .
echo "unmounting /tmp/config..."
umount /tmp/config
ubidetach -m 6
```