The source project of this merge request has been removed.
install/base: add the umount binary
The initramfs uses mount
from util-linux, while umount
is the one
from busybox. This is somewhat strange, so let's use the util-linux
umount
too.