PINE64

Full Version: Kamils resize_rootfs.sh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With new uboot you can boot from PCIe NVMe SSD Smile

https://forum.pine64.org/showthread.php?...2#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!!
Awesome ! Thx m8 !