fstab: remove hard-coded dev names 36/66436/2 accepted/tizen/common/20160420.141326 accepted/tizen/ivi/20160420.044656 accepted/tizen/mobile/20160420.044607 accepted/tizen/tv/20160420.044619 accepted/tizen/wearable/20160420.044637 submit/tizen/20160420.025011
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 19 Apr 2016 03:53:01 +0000 (12:53 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 19 Apr 2016 03:56:35 +0000 (20:56 -0700)
Mounting filesystem in fstab is redundant. Because all filesystem have
been mounted in ramfs before init.

Change-Id: Ia4788ce0c291c52518e0d7563d54713003017634
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
filesystem/etc/fstab

index b01beee..0c971ff 100644 (file)
@@ -1,3 +1,2 @@
 # <file system> <mount point>   <type>  <options>        <dump> <pass>
-/dev/vda2  /opt         ext4    defaults         0      2
-/dev/vda3  /opt/usr     ext4    defaults         0      2
+# All filesystem have been automatically mounted in ramfs before init.