From owner-svn-src-all@FreeBSD.ORG Sun Jul 17 13:09:33 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEABD106564A; Sun, 17 Jul 2011 13:09:33 +0000 (UTC) (envelope-from eugen@eg.sd.rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 16F568FC08; Sun, 17 Jul 2011 13:09:32 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p6HD9TlU060337; Sun, 17 Jul 2011 20:09:29 +0700 (NOVST) (envelope-from eugen@eg.sd.rdtc.ru) Received: (from eugen@localhost) by eg.sd.rdtc.ru (8.14.4/8.14.4/Submit) id p6HD9ONj060336; Sun, 17 Jul 2011 20:09:24 +0700 (NOVST) (envelope-from eugen) Date: Sun, 17 Jul 2011 20:09:24 +0700 From: Eugene Grosbein To: Nathan Whitehorn Message-ID: <20110717130924.GA60315@rdtc.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201107171242.p6HCgknb028607@kernblitz.nuclight.avtf.net> User-Agent: Mutt/1.4.2.3i Cc: doceng@freebsd.org, svn-src-all@freebsd.org, re@freebsd.org Subject: Re: svn commit: r223897 - in head: release usr.sbin/bsdinstall/scripts X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2011 13:09:33 -0000 Hi! Geom_uzip(4) is really good solution to compress distribution and also to make reading from CD much faster these days. And for new users, Handbook in disk1 is a must. However, one should not blindly load big uzip images using loader as it has limited virtual space for kernel, modules and images. It's more preferable to mount big uzip images from userspace after kernel has already started. Eugene Grosbein