Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: share.BSD/
Date: Fri, 26 Aug 2016 17:08:09
Message-Id: 1472231249.b5f197fc4070f8a1aa6beb2e85944f18c2fb4bbc.williamh@gentoo
1 commit: b5f197fc4070f8a1aa6beb2e85944f18c2fb4bbc
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 17:02:46 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 17:07:29 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=b5f197fc
7
8 share.BSD/fstab: make device names generic
9
10 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=442690
11
12 share.BSD/fstab | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/share.BSD/fstab b/share.BSD/fstab
16 index 4b996fa..d8afc16 100644
17 --- a/share.BSD/fstab
18 +++ b/share.BSD/fstab
19 @@ -11,10 +11,10 @@
20
21 # <fs> <mountpoint> <type> <opts> <dump/pass>
22
23 -#/dev/ad0s1a / ufs rw,noatime 1 1
24 -#/dev/ad0s1b none swap sw 0 0
25 +#/dev/root / ufs rw,noatime 1 1
26 +#/dev/swap none swap sw 0 0
27
28 -#/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0
29 +#/dev/cdrom /mnt/cdrom cd9660 ro,noauto 0 0
30
31 # Enable this line to mount /proc automatically.
32 # Required for Linux emulation.