Now that we have compiled our embeddedroots, let's compress the /usr mountpoint using the mksquashfs tool:
# cd /embedded_rootfs # mksquashfs usr/ embedded_usr_partition.squashfs # mv embedded_usr_squashfs.dump .. # cd ..