From ed307f6f663700da940072851b8d7128d68e38f6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 2 Feb 2023 18:28:57 -0300 Subject: [PATCH] usar graphic qemu --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,