commit: 90edf00e9382044ed33a0e5a7656b0440870f96d Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Aug 25 16:16:08 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Aug 25 18:56:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=90edf00e
Comment out fstab entries by default Bug: https://bugs.gentoo.org/578390 share.BSD/fstab | 6 +++--- share.Linux/fstab | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/share.BSD/fstab b/share.BSD/fstab index eea8c9e..4b996fa 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/ad0s1a / ufs rw,noatime 1 1 +#/dev/ad0s1b none swap sw 0 0 -/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0 +#/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0 # Enable this line to mount /proc automatically. # Required for Linux emulation. diff --git a/share.Linux/fstab b/share.Linux/fstab index bc725cc..4c2782e 100644 --- a/share.Linux/fstab +++ b/share.Linux/fstab @@ -25,7 +25,7 @@ # to "boot" by running: # # e2label /dev/sda1 boot # Then the LABEL example below will work for you. -LABEL=boot /boot ext4 noauto,noatime 1 2 -LABEL=root / ext4 noatime 0 1 -LABEL=swap none swap sw 0 0 -/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 +#LABEL=boot /boot ext4 noauto,noatime 1 2 +#LABEL=root / ext4 noatime 0 1 +#LABEL=swap none swap sw 0 0 +#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
