Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
(→‎Using bmaptool: style fix)
(→‎Using Growpart: style fix)
Line 85: Line 85:


Install <i>growpart</i> and run:
Install <i>growpart</i> 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 <code>lsblk</code>).
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 <code>apt-cache search</code> to find and install the needed software. Also don't forget to use <code>sudo</code>.
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>.