https://github.com/zordius/zlinux
Linux Settings and Scripts - Raspberry pi 3 b+
https://github.com/zordius/zlinux
Last synced: 6 months ago
JSON representation
Linux Settings and Scripts - Raspberry pi 3 b+
- Host: GitHub
- URL: https://github.com/zordius/zlinux
- Owner: zordius
- Created: 2018-10-06T14:45:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T14:17:59.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T03:20:19.134Z (over 1 year ago)
- Homepage:
- Size: 6.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Linux Scripts and Configs
# System Steps (Manual)
* copy clean initial raspbian system into hd: sudo cp -ax / .
* copy fstab for boot and root
* copy cmdline.txt for root
* Setup console for large display: sudo dpkg-reconfigure console-setup
# System Steps (Auto)
* restore
* sudo shutdown now
* sudo sh /boot/zlinux/cmp/pkgs/remove
# Tips
* cmdline.txt force HDMI mode: 'nomodeset video=HDMI-A-1:1280x720@60' , this is the only way when new soft opengl driver enabled.