diff options
author | wchang kim <wchang.kim@samsung.com> | 2017-08-31 07:16:00 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2017-08-31 07:56:51 +0900 |
commit | f46e96a0b87b10c5007a962203da09dd87fba030 (patch) | |
tree | 1d5d74326b74f3adb7201b0aab2e3edec73b3b94 /partitions/common-mbr-2parts-rpi3-ramdisk-squashfs | |
parent | 4b7c74aa69c5e1510c41cf97462f0fcf6f4af004 (diff) | |
download | meta-f46e96a0b87b10c5007a962203da09dd87fba030.tar.gz meta-f46e96a0b87b10c5007a962203da09dd87fba030.tar.bz2 meta-f46e96a0b87b10c5007a962203da09dd87fba030.zip |
Applying Squashfs to iot-gps_tracker image.
- Adding new partition.
- Adding new script to make squashfs for /usr.
- Appling them.
Change-Id: I094f67906cdeff0f186cfcd85d924024cfc64974
Diffstat (limited to 'partitions/common-mbr-2parts-rpi3-ramdisk-squashfs')
-rw-r--r-- | partitions/common-mbr-2parts-rpi3-ramdisk-squashfs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/partitions/common-mbr-2parts-rpi3-ramdisk-squashfs b/partitions/common-mbr-2parts-rpi3-ramdisk-squashfs new file mode 100644 index 0000000..db5f5bd --- /dev/null +++ b/partitions/common-mbr-2parts-rpi3-ramdisk-squashfs @@ -0,0 +1,5 @@ +part / --size=10 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-b 1024" +part /usr --grow --fstype=ext4 --label=sqsh_usr --exclude-from-image +part /opt/ --size=70 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0 -b 1024" +part /mnt/initrd --size=7 --ondisk mmcblk0p --fstype=ext4 --label=ramdisk --extoptions="-b 1024" + |