A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase size threshold in emptyDiskImage function from 10 to 100

+1 -1
+1 -1
src/utils.ts
··· 37 37 } 38 38 39 39 const size = await du(path); 40 - return size < 10; 40 + return size < 100; 41 41 } 42 42 43 43 export async function downloadIso(