#!/bin/bash
rm -rf usr/
rm -rf updates.img
make -C ../ install DESTDIR=$(realpath .)
( find ./usr | cpio -oc | gzip -c9 ) > updates.img
