From owner-freebsd-sysinstall@FreeBSD.ORG Mon Mar 5 02:06:40 2012 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7E3D106566B for ; Mon, 5 Mar 2012 02:06:40 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9A74B8FC16 for ; Mon, 5 Mar 2012 02:06:40 +0000 (UTC) Received: by vbmv11 with SMTP id v11so3734789vbm.13 for ; Sun, 04 Mar 2012 18:06:40 -0800 (PST) Received-SPF: pass (google.com: domain of rsimmons0@gmail.com designates 10.52.72.107 as permitted sender) client-ip=10.52.72.107; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rsimmons0@gmail.com designates 10.52.72.107 as permitted sender) smtp.mail=rsimmons0@gmail.com; dkim=pass header.i=rsimmons0@gmail.com Received: from mr.google.com ([10.52.72.107]) by 10.52.72.107 with SMTP id c11mr26991156vdv.132.1330913200151 (num_hops = 1); Sun, 04 Mar 2012 18:06:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8U2ChPA+JRAJmUF1KKkYfjWLmlJf9M/aEoQ7GztO7Uw=; b=K20QilIp2PoRjPhl0hnZz6TiIfcQsSd3e3psy3P94IleCWPkSbdg4EMnh5rRJ4AZsX MC2aHBeIBnsVtuR7Rs/sVoMVUisc+q8u8wdN4rRV/LdedmqX3YchLo2gKcnxdoZJ6PQZ Izb+O9MkZkO7GOnbKOoR7hlWsQaMOvQLuB73XEZt4K7dhAAta0fZ+JvoCKMURIcd/V+O DRRQDdTHpVMWdywKNYlBySogtiDbozYwEiLs1f8h/6aNv7NVkzMks76btb3I0E7muMeo sTTAhDuNVEPvl28I0w2vKKowSvYmt8coxpCwcvV0nVXjFlzvI6AgQn7CqEt00326si4x FFEA== MIME-Version: 1.0 Received: by 10.52.72.107 with SMTP id c11mr23185306vdv.132.1330913200010; Sun, 04 Mar 2012 18:06:40 -0800 (PST) Received: by 10.52.65.114 with HTTP; Sun, 4 Mar 2012 18:06:39 -0800 (PST) Date: Sun, 4 Mar 2012 21:06:39 -0500 Message-ID: From: Robert Simmons To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Post installation shell X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 02:06:41 -0000 I've just finished getting everything right for installing to a geli encrypted root partition. This requires the use of the shell in the installer during the disk partitioning stage and at the end of the install process. I've run into a problem: If you enter the shell at the end of the install process, the shell is now chroot'ed to the newly installed partition that was mounted on /mnt. The problem with this is that the functional /dev directory is inaccessible. The /dev directory that is accessible is empty! This is not that big of a deal since, the very next thing the installer offers you is the live-cd, which is not chroot'ed to /mnt it is back to where you would expect it to be. Is this something that perhaps should be mentioned in documentation?