diff --git a/index.ts b/index.ts index 7a9f986..20f351e 100644 --- a/index.ts +++ b/index.ts @@ -38,7 +38,7 @@ import { Runit } from "./runit/index.js"; console.timeEnd("Building"); - runQemu(squashfs, kernel, { graphic: false }); + runQemu(squashfs, kernel, { graphic: true }); // await makeService({ // parentDir: rootfsDir,