Pine64: Difference between revisions

From DrewWiki
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:
<pre>
<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
</pre>
</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