From owner-freebsd-doc@FreeBSD.ORG Mon May 4 18:09:41 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57FBE1065670; Mon, 4 May 2009 18:09:41 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC078FC0C; Mon, 4 May 2009 18:09:40 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so546494fga.12 for ; Mon, 04 May 2009 11:09:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=Q8afn143uXLYz+2Zyfreh92NhGYoDm0ATdMPgqZFsOQ=; b=OWbz67EHlyuOVtFZm9Wlot/JoQCptojpZhejIwbB89hLbKiuY9jgziEmX3XL1Y2oRq XmUFi4LlRwwLmGuS7e0SCSyPQx/DszVrO7sYGgWxHcodDWjOp5ewIdiQvMZ2yUZbMS/y krcc5YheZ0Wvi/+pJab10bXELEUh2wBcbUKaA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=NxOjt7uXoqa7pasyj4DWk4wLs+yHdCX+dhjD3vIB534cZRZxnZEG71HVqddBFmyWnL G/qW2PUCeqi3G5sgsrQI5uUVhLiiFMgjwySxaQgplzT+lDmAEYMyRL2r1N/4MwHLT+SS z+zTIE29RMDPDyoEGG8yQjUotlkw26j1ciwoo= Received: by 10.86.49.16 with SMTP id w16mr627280fgw.4.1241460577962; Mon, 04 May 2009 11:09:37 -0700 (PDT) Received: from atlantis.dyndns.org (athedsl-4471802.home.otenet.gr [94.71.123.234]) by mx.google.com with ESMTPS id d4sm11402571fga.14.2009.05.04.11.09.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 May 2009 11:09:34 -0700 (PDT) Message-ID: <49FF2F5C.6010307@gmail.com> Date: Mon, 04 May 2009 21:09:32 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: "freebsd-doc@freebsd.org" Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: Gabor PALI , Giorgos Keramidas , Rene Ladan , Tom Rhodes Subject: [PATCH] Add the new 'ufsid' labels to the glabel section of 'geom' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2009 18:09:41 -0000 Hi all, This is a small patch for the glabel section of the geom chapter that adds the new 'ufsid' labels present on 7.2-RELEASE. Fits nicely (I think) after the example which deals with device-name independent mounting during boot. http://people.freebsd.org/~manolis/geom.diff http://www.freebsdgr.org/handbook-mine/geom-glabel.html If you do find any nits, please let me know! Thanks, manolis@