A convenient CLI tool to quickly spin up DragonflyBSD virtual machines using QEMU with sensible defaults.

Update CONFIG_DIR path to use .openindiana-up instead of .dflybsd-up

+1 -1
+1 -1
src/constants.ts
··· 1 - export const CONFIG_DIR: string = `${Deno.env.get("HOME")}/.dflybsd-up`; 1 + export const CONFIG_DIR: string = `${Deno.env.get("HOME")}/.openindiana-up`; 2 2 export const DB_PATH: string = `${CONFIG_DIR}/state.sqlite`; 3 3 export const LOGS_DIR: string = `${CONFIG_DIR}/logs`; 4 4 export const EMPTY_DISK_THRESHOLD_KB = 100;