public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] baselayout r3206 - trunk/share.Linux
@ 2013-01-28 23:50 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-01-28 23:50 UTC (permalink / raw
  To: gentoo-commits

Author: vapier
Date: 2013-01-28 23:49:05 +0000 (Mon, 28 Jan 2013)
New Revision: 3206

Modified:
   trunk/share.Linux/fstab
Log:
fstab: default to using ext4 to mount things #451596

Modified: trunk/share.Linux/fstab
===================================================================
--- trunk/share.Linux/fstab	2013-01-25 05:58:58 UTC (rev 3205)
+++ trunk/share.Linux/fstab	2013-01-28 23:49:05 UTC (rev 3206)
@@ -14,8 +14,10 @@
 # <fs>			<mountpoint>	<type>		<opts>		<dump/pass>
 
 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
-/dev/BOOT		/boot		ext2		noauto,noatime	1 2
-/dev/ROOT		/		ext3		noatime		0 1
+# 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.
+/dev/BOOT		/boot		ext4		noauto,noatime	1 2
+/dev/ROOT		/		ext4		noatime		0 1
 /dev/SWAP		none		swap		sw		0 0
 /dev/cdrom		/mnt/cdrom	auto		noauto,ro	0 0
 /dev/fd0		/mnt/floppy	auto		noauto		0 0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-28 23:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 23:50 [gentoo-commits] baselayout r3206 - trunk/share.Linux Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox