Create the squashfs

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 ..
The .dump file will be later copied into the hda3 embedded disk partition.