From owner-freebsd-questions@FreeBSD.ORG Mon Feb 13 12:13:26 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 AC83F106564A for ; Mon, 13 Feb 2012 12:13:26 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 66DD58FC0A for ; Mon, 13 Feb 2012 12:13:26 +0000 (UTC) Received: by qadz30 with SMTP id z30so1682010qad.13 for ; Mon, 13 Feb 2012 04:13:25 -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=Fu/lWsduZ9263qjZvf3EMj7tz7y8WQ8bt/PrRf8IMXU=; b=lsTU9hl5G4ioHhGTZSBEHo6igUH7yph2kOzgActlRt5qYLiKlcX6wDLFoO0w4EKjWH Ohzl4eC/ffDC2da383tQZdnMbLO3NH0/ScSRM2wrUTICW37GJ4P9efusLVAh3G4UKE/f G+k3cYCY0zWxg9/1i2Km/6XejIB6gfy/WWK3I= MIME-Version: 1.0 Received: by 10.229.135.11 with SMTP id l11mr9357082qct.140.1329135205068; Mon, 13 Feb 2012 04:13:25 -0800 (PST) Received: by 10.229.24.81 with HTTP; Mon, 13 Feb 2012 04:13:25 -0800 (PST) In-Reply-To: References: Date: Mon, 13 Feb 2012 14:13:25 +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:13:26 -0000 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. >