Pine64: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pre> /usr/local/sbin/resize_rootfs.sh - fix end sector to minus one in script >.< - sunxi-disp-tool -screen 0 switch 2 # https://github.com/longsleep/sunxi-disp-tool - https:...") |
No edit summary |
||
Line 1: | Line 1: | ||
< | <syntaxhighlight lang=bash> | ||
/usr/local/sbin/resize_rootfs.sh | /usr/local/sbin/resize_rootfs.sh | ||
- fix end sector to minus one in script >.< | - fix end sector to minus one in script >.< | ||
Line 8: | Line 8: | ||
- swap on /var/swap | - swap on /var/swap | ||
- add to /etc/fstab | - add to /etc/fstab | ||
</ | </syntaxhighlight> |
Latest revision as of 01:23, 25 January 2018
/usr/local/sbin/resize_rootfs.sh
- fix end sector to minus one in script >.<
- sunxi-disp-tool -screen 0 switch 2 # https://github.com/longsleep/sunxi-disp-tool
- https://www.pine64.pro/getting-started-linux/
- sudo dd if=/dev/zero of=/var/swap bs=1M count=1024
- mkswap /var/swap
- swap on /var/swap
- add to /etc/fstab