diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-05-14 12:02:35 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-05-14 12:04:18 -0400 |
commit | 82276aa890bcb533c8b9f2344626c8ea699b4e8f (patch) | |
tree | 1888c18772b2ae8bce3be887adac0650155f8bf5 /partitions | |
parent | ce7e6824083e01e2923d7fbf8a2f6976744b7bdf (diff) | |
download | meta-mobile-82276aa890bcb533c8b9f2344626c8ea699b4e8f.tar.gz meta-mobile-82276aa890bcb533c8b9f2344626c8ea699b4e8f.tar.bz2 meta-mobile-82276aa890bcb533c8b9f2344626c8ea699b4e8f.zip |
partitioning -> partitions
Diffstat (limited to 'partitions')
-rw-r--r-- | partitions/README.part | 0 | ||||
-rw-r--r-- | partitions/base | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/partitions/README.part b/partitions/README.part new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/partitions/README.part diff --git a/partitions/base b/partitions/base new file mode 100644 index 0000000..6b83ee9 --- /dev/null +++ b/partitions/base @@ -0,0 +1,3 @@ +part /boot --size 64 --ondisk sdb --fstype=ext4 --label boot --active --align 1024 +part /opt --size 676 --ondisk sdb --fstype=ext4 --label opt --align 1024 +part / --size 3072 --ondisk sdb --fstype=ext4 --label platform --align 1024 |