From owner-freebsd-current@freebsd.org Wed Aug 12 06:47:15 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE30A99F361 for ; Wed, 12 Aug 2015 06:47:14 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 615A0BA9; Wed, 12 Aug 2015 06:47:14 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by lahi9 with SMTP id i9so3939043lah.2; Tue, 11 Aug 2015 23:47:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=amMMqgvWzLEbM4tsacnyqzli7rKuTxbgDGzCy9sbK5o=; b=YFuZmr5OfkBBF4/UzfrIxAitJlmU5Fh39tviuCiR1rgBFTpOr66LB4nLFDlvf2DIZx 78YBy2rbrX6D40q/wJvBqc89nJ8wOiBXbvDW8FIZXb1b/trvFES7gQBu9SSygetFJZaW VF4xZp3796ETDfZGLzmMn3L9uX6LsuN/2DY8Bi1xujYG5UeFF7D4gisjCYekjp3l4lp7 KEn+t0vBzRatyT8a0/Cj8dUk+dYzoDymdMb4boMxiBtb5t7hj08Y/G41hbhRLZn6Yn8t bp2YrZKdoNyjM3Bf9bdUtMLNHyUmPk/0B1yfvFgeuvpbOnSbP4Jt7LolcqbwO8b3qkn0 kIbQ== X-Received: by 10.152.4.163 with SMTP id l3mr31028466lal.35.1439362032413; Tue, 11 Aug 2015 23:47:12 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.25.157.146 with HTTP; Tue, 11 Aug 2015 23:46:52 -0700 (PDT) In-Reply-To: <634638.30059.bm@smtp117.sbc.mail.ne1.yahoo.com> References: <20150731121226.GJ889@FreeBSD.org> <776723.76234.bm@smtp117.sbc.mail.ne1.yahoo.com> <20150804100746.GA889@FreeBSD.org> <20150804141722.GC889@glebius.int.ru> <475378.72622.bm@smtp114.sbc.mail.ne1.yahoo.com> <20150810135342.GE75813@glebius.int.ru> <721515.87628.bm@smtp113.sbc.mail.ne1.yahoo.com> <20150811091148.GK75813@glebius.int.ru> <634638.30059.bm@smtp117.sbc.mail.ne1.yahoo.com> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Wed, 12 Aug 2015 08:46:52 +0200 X-Google-Sender-Auth: p1tzhqdxIkXckicWrbxFHqJBEAg Message-ID: Subject: Re: CFT: ndis(4) testers needed! To: Thomas Mueller Cc: "freebsd-current@freebsd.org" , Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 06:47:15 -0000 On Wed, Aug 12, 2015 at 4:15 AM, Thomas Mueller wrote: > > I don't think anybody makes 128 MB USB sticks any more, smallest in > current production may be 4 GB or 8 GB. For the price, no use buying > anything under 8 GB or perhaps 16 GB. > =E2=80=8BThe purpose of this image is just for helping people to test easil= y theses changes without to have to applying patch and rebuilding/reinstalling kernel. Then I've reduced at maximum the image size for faster image installation (it takes lot's of less time to dd a 128MB file than a 8GB file). And you can install this image on a bigger disk without any problem. Regards, Olivier