Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
(→‎From the booted microSD OS: clarified the instructions)
m (→‎Using Growpart: Use "code" tag for CLI command examples)
Line 86: Line 86:
====Using Growpart ====
====Using Growpart ====


Install growpart and run:  
Install <code>growpart</code> and run:
  growpart /dev/mmcblkX Y
  growpart /dev/mmcblkX Y
  resize2fs /dev/mmcblkXpY
  resize2fs /dev/mmcblkXpY
where X is the storage device and Y is the partition number (viewable from lsblk).
where X is the storage device and Y is the partition number (viewable from <code>lsblk</code>).


If you get any errors about missing or unknown commands, use apt-cache search to find and install the needed software. Also don't forget to use sudo.
If you get any errors about missing or unknown commands, use <code>apt-cache search</code> to find and install the needed software. Also don't forget to use <code>sudo</code>.


====Using Parted ====
====Using Parted ====