From owner-freebsd-mips@FreeBSD.ORG Sun Sep 11 17:34:19 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2540A106564A for ; Sun, 11 Sep 2011 17:34:19 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id EE3B78FC1B for ; Sun, 11 Sep 2011 17:34:18 +0000 (UTC) Received: by pzk33 with SMTP id 33so19687927pzk.18 for ; Sun, 11 Sep 2011 10:34:18 -0700 (PDT) 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 :cc:content-type; bh=TygCDCPmNJv9Rzz2zQECcQE2xSYVw8NGa3LSiO9cqm0=; b=aP/bucHUc31sdtJHlJmbTcYU8zC0dCX0pE3fVeqT9HnI2SLV135WlKwnbbwvDxbyu5 fTq7e0zUsu+VyvFYcvunZ5IcSUAITvVfG8TVPTmT3Zqu0jzZZmRm/KO2WbHXEY56l9hd XhWqhXHmAX+NOG8AAhQai2Su6JW1S25oYvGSk= MIME-Version: 1.0 Received: by 10.68.16.202 with SMTP id i10mr217055pbd.5.1315762458498; Sun, 11 Sep 2011 10:34:18 -0700 (PDT) Received: by 10.142.246.15 with HTTP; Sun, 11 Sep 2011 10:34:18 -0700 (PDT) In-Reply-To: References: Date: Sun, 11 Sep 2011 19:34:18 +0200 Message-ID: From: Berislav Purgar To: Outback Dingo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mips@freebsd.org Subject: Re: UBNT routerstation (non pro) % usb boot ?? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2011 17:34:19 -0000 On Sun, Sep 11, 2011 at 6:26 PM, Berislav Purgar wrote: > > > On Sun, Sep 11, 2011 at 5:55 PM, Outback Dingo wrote: > >> On Sun, Sep 11, 2011 at 11:40 AM, Berislav Purgar >> wrote: >> > >> > >> > On Sun, Sep 11, 2011 at 5:33 PM, Outback Dingo >> > wrote: >> >> >> >> On Sun, Sep 11, 2011 at 10:57 AM, Berislav Purgar >> >> wrote: >> >> > Hello .. >> >> > >> >> > I am interested in whether it is possible to boot rootfs from usb >> stick >> >> > (rw) >> >> > ?? >> >> >> >> Yes, it is...... >> >> >> >> > >> >> > Beri >> >> > _______________________________________________ >> >> > freebsd-mips@freebsd.org mailing list >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-mips >> >> > To unsubscribe, send any mail to " >> freebsd-mips-unsubscribe@freebsd.org" >> >> > >> > >> > >> > ok . can you explain me how ?? >> > i have build kernel with point to rootdev ufs:da0sa1 .. now i have to >> > create partition on usb stick .. ?? and after that i simply mount this >> > partition and copy buildworld on ?? >> >> basically yes..... i usually build world kernel on a bsd box and >> install to a mounted DESTDIR where the usb stick is mounted..... >> >> > >> > >> > > i have problem with mountpoint .. how can i create mountpoint / for da0s1a > ??? > >