From owner-freebsd-stable@FreeBSD.ORG Sun Jan 4 06:09:58 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1E4665F for ; Sun, 4 Jan 2015 06:09:58 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ECC664AE9 for ; Sun, 4 Jan 2015 06:09:57 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t0469vLx066651 for ; Sat, 3 Jan 2015 22:10:04 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <54A88D7B.8010901@protected-networks.net> References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> <20150102145801.6ea92658@nunki.holyordnance.org> <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> <20150102163539.1eaadbc7@nunki.holyordnance.org> <20150103172527.GI867@rancor.immure.com> <745af5f28074a940e743f6094be15991@ultimatedns.net> , <54A88D7B.8010901@protected-networks.net> From: "Chris H" Subject: Re: I need some swap partion help on new 10.1 install Date: Sat, 03 Jan 2015 22:10:04 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <557f8fa38a7421ec858aa43d95a914cf@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 06:09:59 -0000 On Sat, 03 Jan 2015 19:46:51 -0500 Michael Butler wrote > On 01/03/15 19:35, Kevin Oberman wrote: > > [ .. snip .. ] > > > As per an earlier suggestion, did you put: > > kern.geom.label.gpt.enable=0 > > into /boot/loader.conf? If so, that's why you lack a /dev/gpt label. This > > is usually a "friendlier" string than the diskid, but both work equally > > well. > > bsdinstall does that on its own - you have to manually > remove/comment/set to "1" after installation :-( This _is_ a disappointment, and I have no idea why that should be so. sysctl kern.geom.label.gpt.enable=1 will give it to you immediately. But I'm not aware as to whether it will stick. So loader.conf(5) (as Kevin Oberman stated) should probably be used as, well. --Chris > > imb > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"