commit:     b5f197fc4070f8a1aa6beb2e85944f18c2fb4bbc
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 17:02:46 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 17:07:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=b5f197fc

share.BSD/fstab: make device names generic

X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=442690

 share.BSD/fstab | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share.BSD/fstab b/share.BSD/fstab
index 4b996fa..d8afc16 100644
--- a/share.BSD/fstab
+++ b/share.BSD/fstab
@@ -11,10 +11,10 @@
 
 # <fs>         <mountpoint>    <type>          <opts>          <dump/pass>
 
-#/dev/ad0s1a   /               ufs             rw,noatime              1 1
-#/dev/ad0s1b   none            swap            sw                      0 0
+#/dev/root     /               ufs             rw,noatime              1 1
+#/dev/swap     none            swap            sw                      0 0
 
-#/dev/acd0     /mnt/cdrom      cd9660          ro,noauto               0 0
+#/dev/cdrom    /mnt/cdrom      cd9660          ro,noauto               0 0
 
 # Enable this line to mount /proc automatically.
 # Required for Linux emulation.

Reply via email to