From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89B3E138331 for ; Thu, 25 Aug 2016 19:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AB8DE0AAA; Thu, 25 Aug 2016 19:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3089E0AA9 for ; Thu, 25 Aug 2016 19:09:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0648F340955 for ; Thu, 25 Aug 2016 19:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D60492465 for ; Thu, 25 Aug 2016 19:09:47 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1472151444.89621f070195cab17d2f4ee6f7ac084946bba02a.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: share.Linux/ X-VCS-Repository: proj/baselayout X-VCS-Files: share.Linux/fstab X-VCS-Directories: share.Linux/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 89621f070195cab17d2f4ee6f7ac084946bba02a X-VCS-Branch: master Date: Thu, 25 Aug 2016 19:09:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cf3c287-f596-42a8-84e0-2d376e42a32d X-Archives-Hash: e960b7c64e70ab1cb413d3472ae67f9c commit: 89621f070195cab17d2f4ee6f7ac084946bba02a Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 25 16:21:05 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Aug 25 18:57:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=89621f07 share.Linux/fstab: update advice regarding labels and UUIDS share.Linux/fstab | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/share.Linux/fstab b/share.Linux/fstab index 4c2782e..62dd22e 100644 --- a/share.Linux/fstab +++ b/share.Linux/fstab @@ -18,14 +18,12 @@ # NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3 # filesystems. This just tells the kernel to use the ext4 driver. # -# NOTE: You can use full paths to devices like /dev/sda3, but nowadays it is -# recommended to set labels in the filesystem and mount via that. All -# modern Linux filesystems should support this functionality. If your -# boot partition is /dev/sda1 and is ext4, you can set the label of it -# to "boot" by running: -# # e2label /dev/sda1 boot -# Then the LABEL example below will work for you. +# NOTE: You can use full paths to devices like /dev/sda3, but it is often +# more reliable to use filesystem labels or UUIDs. See your filesystem +# documentation for details on setting a label. To obtain the UUID, use +# the blkid(8) command. + #LABEL=boot /boot ext4 noauto,noatime 1 2 -#LABEL=root / ext4 noatime 0 1 +#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1 #LABEL=swap none swap sw 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0