mkimage: get rid of partx completely.
This commit is contained in:
parent
a7c809c6b0
commit
8939262303
|
@ -187,7 +187,6 @@ if [ "$PLATFORM" != "beaglebone" ]; then
|
|||
umount ${ROOTFSDIR}/boot
|
||||
fi
|
||||
umount $ROOTFSDIR
|
||||
partx -d $LOOPDEV
|
||||
losetup -d $LOOPDEV
|
||||
rmdir $ROOTFSDIR
|
||||
|
||||
|
|
Loading…
Reference in New Issue