From owner-freebsd-questions@FreeBSD.ORG Mon Feb 13 12:14:46 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D84A106564A for ; Mon, 13 Feb 2012 12:14:46 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 56C338FC18 for ; Mon, 13 Feb 2012 12:14:45 +0000 (UTC) Received: by qcmt40 with SMTP id t40so3593400qcm.13 for ; Mon, 13 Feb 2012 04:14:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BAZro30TYeLZVDRAFJ7CRIZFiCj+mraxslEf7nXSuNg=; b=OunDB4JubXmCz+70ecs+HitbUf5CEbpBYiFkTQBdbDsedu6br+hyTiyDpFC4Acqpgb AIkLAfsax2B2IceK2AqeZan2iC/fglCkNo1gv1AwNmJVN9/ijnIAj0AL9R1g8kDF9HSl F6zOC5/jeyGegG9MSeRpmxfkNXW1MH8vLFbRY= MIME-Version: 1.0 Received: by 10.229.111.165 with SMTP id s37mr9300309qcp.80.1329135285533; Mon, 13 Feb 2012 04:14:45 -0800 (PST) Received: by 10.229.24.81 with HTTP; Mon, 13 Feb 2012 04:14:45 -0800 (PST) In-Reply-To: References: Date: Mon, 13 Feb 2012 14:14:45 +0200 Message-ID: From: Omer Faruk SEN To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: replacing a kernel module located in installation Dvd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 12:14:46 -0000 Or to use a patch file (my friend send this to me) which is a better method if you can apply patch http://romana.now.ie/writing/customfreebsdiso.html On Mon, Feb 13, 2012 at 2:13 PM, Omer Faruk SEN wrote: > Found answer to my own question > > http://www.cyclecide.com/~rudy/example/custom-freebsd.html > > is the link that i was looking for this is to replace a precompiled file > (such as adding a kernel module or changing default kernel) > > Regards. > > > On Sat, Feb 11, 2012 at 8:20 PM, Omer Faruk SEN wrote: > >> Hi, >> >> I am looking for a way to replace a kernel module on installation DVD and >> rebuild it so i can use it. I have made one about 2-3 years ago based on a >> script that i have found on internet but now i couldn't able to find it. >> >> Can someone direct me to the right place or suggest a way to do so since >> I absolutely remember nothing on how it was done.. >> >> Thanks in advance. >> >> Regards. >> > >