mkimage.sh.in: odroid-c2: u-boot doesn't understand new ext4 features, disable.
This commit is contained in:
parent
8af0cf2d15
commit
58f6a3e7c0
@ -147,7 +147,7 @@ label: dos
|
||||
2048,,L
|
||||
_EOF
|
||||
LOOPDEV=$(losetup --show --find --partscan $FILENAME)
|
||||
mkfs.${ROOT_FSTYPE} $disable_journal ${LOOPDEV}p1 >/dev/null 2>&1
|
||||
mkfs.${ROOT_FSTYPE} -O '^64bit,^extra_isize,^has_journal' ${LOOPDEV}p1 >/dev/null 2>&1
|
||||
mount ${LOOPDEV}p1 $ROOTFSDIR
|
||||
ROOT_UUID=$(blkid -o value -s UUID ${LOOPDEV}p1)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user