Adjust Emulator partition's setting 31/40031/1 accepted/tizen/tv/20150528.065952 submit/tizen_tv/20150528.053454
authorJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 28 May 2015 01:25:10 +0000 (10:25 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 28 May 2015 01:51:15 +0000 (10:51 +0900)
Change-Id: I255022ac748a1f24d90346fe8bb4814d4deae3ec

ks/tv-emulator32-wayland.yaml
partitions/tv-mbr-3parts-emulator [new file with mode: 0644]

index f71262c..6018b34 100644 (file)
@@ -3,7 +3,7 @@ Architecture: ia32
 Schedule: "*"
 Active: True
 Platform: Emulator-wayland
-Part: tv-mbr
+Part: tv-mbr-3parts-emulator
 Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: tv-emulator32-wayland
 Repos:
diff --git a/partitions/tv-mbr-3parts-emulator b/partitions/tv-mbr-3parts-emulator
new file mode 100644 (file)
index 0000000..570e865
--- /dev/null
@@ -0,0 +1,3 @@
+part / --size=3000 --ondisk=sda --fstype=ext4 --label=emulator-rootfs
+part /opt/ --size=2000 --ondisk=sda --fstype=ext4 --label=emulator-sysdata
+part /opt/usr/ --size=3000 --ondisk=sda --fstype=ext4 --label=emulator-user