From owner-freebsd-questions@freebsd.org Sun Jun 19 07:47:22 2016 Return-Path: Delivered-To: freebsd-questions@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 7B666A7A482 for ; Sun, 19 Jun 2016 07:47:22 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 F2C8B12B9 for ; Sun, 19 Jun 2016 07:47:21 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: by mail-lf0-x22f.google.com with SMTP id q132so20594300lfe.3 for ; Sun, 19 Jun 2016 00:47:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=95V0Z3nlFktZi2lSpc5qyWHNA7wBwr88P0ZD9YrKYxo=; b=DZ1Rn9PV28xu1pVtge+5AHC6aJLiO7lgm1XTpSi9JZhce8jFNxVvnOChvSXyGxSXbK n47ZcR6qYH2yic5o+yBYI9wxmcook/yPbihrOplQZKSLT2M2zuciCnjFZ1XdE6b4YLSP 42fwEMzE1q9EOf8DmizjKXuDR3eDGI6DcJeS1ssBmLj2F2yaLTbYvW9NCF2P0bZxmHuy SBapIT9499GIO+OQTKGqTbsA3RHT3XFiAJ/k7x6m+DkoZ3MwOWr1zeKTahvc4eVjCXt7 wiVqGKJPoVtvpE48f2Hlx1P+wJAQ7Ez4ICL4a5Bt4KXr5kzjR4/6/RIGqNT/GB0tNbEP hTqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=95V0Z3nlFktZi2lSpc5qyWHNA7wBwr88P0ZD9YrKYxo=; b=e0O3GP8gKDsrp3tRHKRaU2MRYcZbSHd9w2YDxTye0ujcseTYRWi0F7dzrfFtyHC+Yj aM+/FCxHSuu8pG6bV5++Wn2DUG6KyvPNObGVVpQhP61mES44ZrLzKQ+2Xi/zh5iLrWHY 4a1462aVzafAhbJTLePNPEfwVPNx64ZUebSSb5tn9fofscmz3DDxPHwm1mH9ggLdP1fE gaZZYR7y6W7Mcni1Ano5mvjE4nS8v64OVY0E52lLeuuNfoyDZpCvlRdwPdhKT/JfdKus tGbjV+Mfy+2hJGdkp8gybypQU25H8Hh15FWe4TRHLM+nrYi8lp48nfMCdZPm717y3bXi 4ZZw== X-Gm-Message-State: ALyK8tJNDbGQcV3fwzdCMrkpLrydGWyAKO5vDdMb6IocyP6umGaEhkRkpLpwJRe22z8MCg== X-Received: by 10.25.3.12 with SMTP id 12mr2113383lfd.110.1466322439923; Sun, 19 Jun 2016 00:47:19 -0700 (PDT) Received: from [192.168.1.2] (gate.imsmultimedia.eu. [91.238.76.1]) by smtp.gmail.com with ESMTPSA id f20sm4261437lji.46.2016.06.19.00.47.18 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Jun 2016 00:47:19 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: create custom memstick img of freebsd From: Eir Nym X-Mailer: iPhone Mail (13G21) In-Reply-To: Date: Sun, 19 Jun 2016 09:47:18 +0200 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2FF1F133-D3FA-4468-8A4A-2B7AA10B0222@gmail.com> References: To: ali reza zareian X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2016 07:47:22 -0000 =E2=9C=AA > On 19 Jun 2016, at 08:58, ali reza zareian wrote: >=20 > hi guys > How can i create memstick img of freebsd? >=20 It's easy, you can refer the /usr/src/release folder for this process. There= is script which makes usb and iso images.=20 Also you can do it manually : Unpack freebsd tree Add ports you want with pkg or ports Run /usr/src/release//make-memstick.sh > (I want to create memstcik image of freebsd that have python package.) >=20 > thanks in advance > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"