if
file_getprop("/tmp/aroma/global_components.prop","item.1.1") == "1"
then
show_progress(0.500000, 0);
ui_print("Formatting System Partition...");
unmount("/system");
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
ui_print("Mount System Partition...");
mount("ext4"...