summaryrefslogtreecommitdiff
path: root/partitions/mobile-mbr-boot
diff options
context:
space:
mode:
authorJoonsub Lee <joon-sub.lee@samsung.com>2014-12-30 14:59:56 +0900
committerJoonsub Lee <joon-sub.lee@samsung.com>2014-12-30 15:02:39 +0900
commit237a62172ca9fe8d6ad9f08191fed24757c62ebe (patch)
treec9900b2d0d995991fe092d86f8e4add73146b4aa /partitions/mobile-mbr-boot
parent808df1e6ac9d0dc2e90a29d823905c48ef7ffafc (diff)
downloadmeta-mobile-237a62172ca9fe8d6ad9f08191fed24757c62ebe.tar.gz
meta-mobile-237a62172ca9fe8d6ad9f08191fed24757c62ebe.tar.bz2
meta-mobile-237a62172ca9fe8d6ad9f08191fed24757c62ebe.zip
- 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-boot2
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