From a00ca0b32f00b8cb237359aa836d54fe3291fca0 Mon Sep 17 00:00:00 2001 From: Joonsub Lee Date: Thu, 28 May 2015 11:17:48 +0900 Subject: [PATCH] Adjust Emulator partition's setting Change-Id: I9ca0ec764f40c6cd35fcf8510178012b56a8b682 --- ks/mobile-emulator32-wayland.yaml | 2 +- partitions/mobile-mbr-3parts-emulator | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 partitions/mobile-mbr-3parts-emulator diff --git a/ks/mobile-emulator32-wayland.yaml b/ks/mobile-emulator32-wayland.yaml index c50fbf9..d46f81e 100644 --- a/ks/mobile-emulator32-wayland.yaml +++ b/ks/mobile-emulator32-wayland.yaml @@ -3,7 +3,7 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Emulator32-wayland -Part: mobile-mbr +Part: mobile-mbr-3parts-emulator Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: mobile-emulator32-wayland Repos: diff --git a/partitions/mobile-mbr-3parts-emulator b/partitions/mobile-mbr-3parts-emulator new file mode 100644 index 0000000..570e865 --- /dev/null +++ b/partitions/mobile-mbr-3parts-emulator @@ -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 -- 2.7.4