diff options
author | Chanho Park <chanho61.park@samsung.com> | 2015-03-23 15:04:41 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2015-03-23 16:45:18 +0900 |
commit | 11fb0b6af457ce657a2de886a8cba14f5b8b0cea (patch) | |
tree | f9c91618a08a72b1f0093a762bdbc520f7bc3fa4 | |
parent | 3e4f851a9788f90054438753ad7dbbc6043e8110 (diff) | |
download | meta-11fb0b6af457ce657a2de886a8cba14f5b8b0cea.tar.gz meta-11fb0b6af457ce657a2de886a8cba14f5b8b0cea.tar.bz2 meta-11fb0b6af457ce657a2de886a8cba14f5b8b0cea.zip |
Revert "partitions: fix module partition name"submit/tizen_common/20150323.101837accepted/tizen/common/20150323.103359
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>
-rw-r--r-- | partitions/common-mbr-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions/common-mbr-boot b/partitions/common-mbr-boot index f27b224..6f894b1 100644 --- a/partitions/common-mbr-boot +++ b/partitions/common-mbr-boot @@ -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 |