https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232313

--- Comment #8 from Sylvain Garrigues <sylv...@sylvaingarrigues.com> ---
(In reply to Kirk McKusick from comment #7)

Thanks, then I guess Glen could reduce the size a little with a new commit. 

But still, I am wondering why we keep VM image sizes this big. Not everybody
needs to download the FreeBSD sources and recompile the system. 

I believe we could stick to a reasonable size (maybe even 10GB) and then
anybody who feels that it is too small can use growfs, whether it is on the
cloud on a virtual disk (like me) or a local disk prior to installing with
something like:

# truncate -s 100G <new_vm_img>
# dd if=<old_vm_img> of=<new_vm_img> conv=notrunc

What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to