usar graphic qemu
This commit is contained in:
parent
2e1d79886c
commit
ed307f6f66
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -38,7 +38,7 @@ import { Runit } from "./runit/index.js";
|
||||||
|
|
||||||
console.timeEnd("Building");
|
console.timeEnd("Building");
|
||||||
|
|
||||||
runQemu(squashfs, kernel, { graphic: false });
|
runQemu(squashfs, kernel, { graphic: true });
|
||||||
|
|
||||||
// await makeService({
|
// await makeService({
|
||||||
// parentDir: rootfsDir,
|
// parentDir: rootfsDir,
|
||||||
|
|
Loading…
Reference in a new issue