diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-12-30 14:59:56 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-12-30 15:02:39 +0900 |
commit | 237a62172ca9fe8d6ad9f08191fed24757c62ebe (patch) | |
tree | c9900b2d0d995991fe092d86f8e4add73146b4aa /partitions/mobile-mbr-boot | |
parent | 808df1e6ac9d0dc2e90a29d823905c48ef7ffafc (diff) | |
download | meta-mobile-237a62172ca9fe8d6ad9f08191fed24757c62ebe.tar.gz meta-mobile-237a62172ca9fe8d6ad9f08191fed24757c62ebe.tar.bz2 meta-mobile-237a62172ca9fe8d6ad9f08191fed24757c62ebe.zip |
Change name: "common" to "mobile"submit/tizen_mobile/20141230.022724accepted/tizen/mobile/20141230.073130
- Rename mobile.yaml and related groups, postscripts
- Rename partition name and related info
- Add 5 packages in 'Mobile X11' group
Change-Id: I5ed28d943bd8c49b7075e8e0a09e02933ccd465e
Diffstat (limited to 'partitions/mobile-mbr-boot')
-rw-r--r-- | partitions/mobile-mbr-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/partitions/mobile-mbr-boot b/partitions/mobile-mbr-boot new file mode 100644 index 0000000..66dcfb5 --- /dev/null +++ b/partitions/mobile-mbr-boot @@ -0,0 +1,2 @@ +part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime +part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime |