let RUN_IN_CHROOT = true; # Applies all system changes of `setup-root-user` def main [cfg] { debug $"Setting up root password ($cfg)" run usermod --password $cfg.password root info "Configured root user" }