mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Add properly resize root file system for NVMe
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ieea3864fb622749ddaeb8d12028638d773eb7bc6
This commit is contained in:
@@ -8,7 +8,8 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
rootdev=`blkid -U @@UUID_ROOTFS@@`
|
||||
|
||||
case ${rootdev} in
|
||||
/dev/mmcblk*) dev=${rootdev%??} ;;
|
||||
/dev/mmcblk* | /dev/nvme*)
|
||||
dev=${rootdev%??} ;;
|
||||
*) dev=${rootdev%?} ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user