PINE64
Kamils resize_rootfs.sh - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101)
+--- Thread: Kamils resize_rootfs.sh (/showthread.php?tid=8701)



Kamils resize_rootfs.sh - Bullet64 - 01-05-2020

With new uboot you can boot from PCIe NVMe SSD Smile

https://forum.pine64.org/showthread.php?tid=8685&pid=55832#pid55832

After installation you must resize the root partition. For this Kamil has an script under
Code:
/usr/local/sbin/resize_rootfs.sh

Add this

Code:
/dev/nvme0n1*)
               DISK=${dev:0:12}
               NAME="pcie/nvme"
               ;;

On my system it works, but do it on your own risk!!


RE: Kamils resize_rootfs.sh - Helium75 - 01-05-2020

Awesome ! Thx m8 !


RE: Kamils resize_rootfs.sh - Bullet64 - 04-09-2020

Kamil has added this to his repo. https://github.com/ayufan-rock64/linux-package/commit/94188b35af52072a19ba56bce289ed0fa1ceb99b