Simple script and config (type-safe) for building custom Linux kernels for Firecracker MicroVMs

clear the checkout mountpoint instead of removing it master

An invalid checkout was removed with rm -rf on the directory itself, which fails with "Resource busy" now that /linux is the build-disk mountpoint — and a fresh ext4's lost+found alone made the checkout look like an interrupted clone. Clear the directory's contents instead; git clones happily into an existing empty directory.


+6 -1
2 changed files