← Back to Registry
x
xfs_io
Scriptable low-level filesystem I/O commands used by xfstests.
1. Install
npm install @agentos-software/xfsprogs
2. Add to agentOS
Register it with your VM's software: []
so its commands are available inside the VM.
import { agentOS, setup } from "@rivet-dev/agentos";
import xfsprogs from "@agentos-software/xfsprogs";
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [xfsprogs] });
export const registry = setup({ use: { vm } });