From owner-freebsd-questions@freebsd.org Sun Apr 28 15:17:11 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A82731580FDF for ; Sun, 28 Apr 2019 15:17:11 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9912C97720 for ; Sun, 28 Apr 2019 15:17:10 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [188.174.53.230] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1hKlY5-0000UE-EO; Sun, 28 Apr 2019 17:17:01 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id x3SFH0KI005063 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 28 Apr 2019 17:17:00 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id x3SFH0SA005062; Sun, 28 Apr 2019 17:17:00 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 28 Apr 2019 17:17:00 +0200 From: Matthias Apitz To: Graham Perrin Cc: FreeBSD questions Subject: Re: testing wifi dongle for freebsd support! Message-ID: <20190428151700.GA5003@c720-r342378> Reply-To: Matthias Apitz Mail-Followup-To: Graham Perrin , FreeBSD questions References: <201904280357.x3S3vNr7000881@sdf.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 13.0-CURRENT r342378 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.11.1 (2018-12-01) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.53.230 X-Rspamd-Queue-Id: 9912C97720 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.89 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[guru@unixarea.de]; HAS_XOIP(0.00)[]; IP_SCORE(-3.08)[ip: (-8.88), ipnet: 178.254.0.0/19(-3.64), asn: 42730(-2.89), country: DE(-0.01)]; HAS_XAW(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[mail.unixarea.de]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; SUBJECT_ENDS_EXCLAIM(0.00)[]; SIGNED_PGP(-2.00)[]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_IN_DNSWL_LOW(-0.10)[101.4.254.178.list.dnswl.org : 127.0.5.1]; RECEIVED_SPAMHAUS_PBL(0.00)[230.53.174.188.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; MIME_TRACE(0.00)[0:+,1:+]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2019 15:17:11 -0000 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 28/04/2019 04:57, Mayuresh Kathe wrote: > =E2=80=A6 intend to visit the vendor's shop, boot one of his demo amd64 s= ystems off a freebsd-12 disk and test =E2=80=A6 >=20 You can relatively easy produce an USB stick with the FreeBSD version you like. The steps are: - use gpart to make partitions in the dev of the USB stick - svn checkout the source of FreeBSD of the version you want - make buildworld - make buildkernel - mount the USB partition to /mnt - make installworld DESTDIR=3D/mnt - make installkernel DESTDIR=3D/mnt - make distribdir DESTDIR=3D/mnt - make distribution DESTDIR=3D/mnt - umount /mnt reboot and boot from USB. I've done this a lot of times to test new kernels or test special laptops. Come back to me if you need more details or in case of problems. matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ +49-176= -38902045 Public GnuPG key: http://www.unixarea.de/key.pub N =E2=82=AC I N zur EU! "Gegen das EU-Europa der Banken, Konzerne und Kriegstreiber. F=C3=BCr ein soziales und friedliches Europa der V=C3=B6lker." DKP --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAlzFw+kACgkQR8z35Hb+ nREtug/9Gl+jGxodqIaZYyTw1sJYR1k7yzKNfKxJAOnfXcHgSo3daACsWqx62o5i VqHNj50YT5/F+B3Ri4Kq37cjb0PgDLTZOLYQSle4kmaDxKLm1tB1aAUZK/GtZTcP npPDgmJ2o5ZmRmWfzczg5Xll/AqWix2gJ2eVh1eEXWIXjiGcCISF23aGIYU580Gk XaOJN/SHX5Yze80HVQxUoFGIAEkS/LqpGaIS7+K1A1zv8AK/VoNBsYFwEjnePCn+ 1xA1Vce+qYm8IOlgJsUBhWdblz3lHWtKE/gTpdoyYYfDM1Q53rYCFRFlTxk6i0a8 XF6PO4eqH+vKddqrkIdIswS3NBCZ22RBqi7ZY6AOP7zFt5jz7Aa+nyMj/q9Qn0k/ mplMBCDD7LFm6dNa6i1OeGN9OADEyLUA4qjjmo0ViZuR9001bMx3OIoTkn9Zq8Pj zP5yBAJP0QxH71lI4Wb8Id9tgz8ZhqgUdQJvxaPlf9eYl5xB60FCTjbaxcHUCZUG 26CIOg+ZTB5nBwW+/TLsB26rJyVtH/bCav2Kc5EmiE3GZ5b8RcHWgaXnqt49Ditk w0f6f1ItRjbtU/uX4e1e/ujNAVD+Jd5oIrmTqehRfusQ6Mo0efi5rqFdichaU6dt VvkC3FItGIa+cxtrJXAWWomafs3FJwxofP+x3aEiojNiz62d3E8= =/z/J -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--