Skip to content

Instantly share code, notes, and snippets.

@s1gnate-sync
s1gnate-sync / build-container-vm.sh
Last active June 28, 2024 00:59
Bootstrapping custom virtual machine on chrome os without any dependencies (it reuses existing vm and it's kernel)
#!/usr/bin/env bash
export LC_ALL=C
set -eu
if test "$(id -u)" -ne 0; then
echo "install: must be root"
exit 1
fi