Revert "partitions: fix module partition name" 37/37237/1 accepted/tizen/common/20150323.103359 submit/tizen_common/20150323.101837
authorChanho Park <chanho61.park@samsung.com>
Mon, 23 Mar 2015 06:04:41 +0000 (15:04 +0900)
committerChanho Park <chanho61.park@samsung.com>
Mon, 23 Mar 2015 07:45:18 +0000 (16:45 +0900)
This reverts commit 3e4f851a9788f90054438753ad7dbbc6043e8110.

The filename of module partion should be "modules.img" and its label
will be "module". Thus, I revert the latest patch.

Change-Id: I8385ff97c740fd79def6a210cec82a1d32c18570
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
partitions/common-mbr-boot

index f27b224..6f894b1 100644 (file)
@@ -1,2 +1,2 @@
 part /boot --fstype="vfat" --size=32 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime
-part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label module --fsoptions=defaults,noatime
+part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime