From owner-freebsd-current@FreeBSD.ORG Sat Dec 8 07:32:01 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A53A21C for ; Sat, 8 Dec 2012 07:32:01 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D74758FC13 for ; Sat, 8 Dec 2012 07:32:00 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so1430499obc.13 for ; Fri, 07 Dec 2012 23:32:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/H91fI5DSiBhy32UpzF4M2VP48zedeaUMEfVhN+MiWY=; b=zaWCDbqPEX7+fhPd43bUyxoX1FCAtHxqcWn5Latb/5RMj+AQ0WoMjrK/SuNeGF1TBv zf1SQmr5xSozaxmbaB/DunhDhLw4hIlw6uIpsGNDiUlESA5Gmjfz/kojMLFdOZYHjhI1 WG6gdYqU7EAs1x/6i9A8ZDT6qoiljLPijYnkYrTIgdJ1QgWoxECpPcV37LM/xjyDW3UX bvYP31bgwvJev+lOvV0BaV821YNBWZfmzPsa0SPhKnolo6vN1YkVbIjAHaZZbp4fM8Fx PRIKL0CGSZUUC8rhcRoTPwkX41f6eGkk9e7dqYycP2vJMKafz+m9kYslscdhmni2d1fC LJpA== MIME-Version: 1.0 Received: by 10.60.172.164 with SMTP id bd4mr3929406oec.51.1354951919945; Fri, 07 Dec 2012 23:31:59 -0800 (PST) Received: by 10.76.143.33 with HTTP; Fri, 7 Dec 2012 23:31:59 -0800 (PST) In-Reply-To: References: <50C26999.6090802@gmail.com> <50C26EF3.5070300@ose.nl> <1354923273.87661.273.camel@revolution.hippie.lan> Date: Fri, 7 Dec 2012 23:31:59 -0800 Message-ID: Subject: Re: 9.1-RC3 LiveCD missing features From: Garrett Cooper To: CeDeROM Content-Type: text/plain; charset=ISO-8859-1 Cc: Bas Smeelen , Ian Lepore , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 07:32:01 -0000 On Fri, Dec 7, 2012 at 11:06 PM, CeDeROM wrote: > Hello Ian :-) > > This is the problem - / is read only and /etc/resolv.conf already links to > nonexistent file. This way I cannot modify its content nor link other file > (i.e. /var/resolv.conf) to /etc/resolv.conf. Creating /var/resolv.conf does > not help either. > > I think /etc/resolv.conf should point to /var/resolv.conf from start so the > resolver is functional :-) I generally get around this with mdmfs and unionfs mounts, but it's a bit annoying... I'll see if I can file a PR with all of the things that need to be fixed/enhanced and maybe fix some of the items if I get some time (if the liveCD used rc.initdiskless it would be considerably simpler and some key filesystems would be writable after boot). Thanks, -Garrett