Results 6 comments of Gavin Li

I rebooted my droplet and it seems to be working fine. What output do you get when you run `curl http://169.254.169.254/metadata/v1/interfaces/public/0/ipv6/cidr` and `curl http://169.254.169.254/metadata/v1/interfaces/public/0/ipv6/`?

I see. So rebooting it fixes the issue?

Looks good. Can you update `components/base-install.sh`, then re-run `tools/build_self_contained_install.sh` to rebuild `install.sh`? Thanks!

That's interesting (and unfortunate :cry:). Just ran `pacman -Syu` on mine and it booted fine... but then I realized that that was because I was using btrfs, which doesn't depend...

Issue was in rvi_capture and was solved, please close this bug.

I've been working around the issue by running this command before the checkout step: ```bash git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) <...